Searched refs:CAI_L3CACHE (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dcacheinfo.h24 #define CAI_L3CACHE 7 /* Level 3 cache */ macro
278 __CI_TBL(CAI_L3CACHE, 0x22, 0xff, 512 * 1024, 64, "sectored, 4-way "), \
279 __CI_TBL(CAI_L3CACHE, 0x23, 0xff, 1 * 1024 * 1024, 64, "sectored, 8-way "), \
280 __CI_TBL(CAI_L3CACHE, 0x25, 0xff, 2 * 1024 * 1024, 64, "sectored, 8-way "), \
281 __CI_TBL(CAI_L3CACHE, 0x29, 0xff, 4 * 1024 * 1024, 64, "sectored, 8-way "), \
282 __CI_TBL(CAI_L3CACHE, 0x46, 4, 4 * 1024 * 1024, 64, NULL), \
283 __CI_TBL(CAI_L3CACHE, 0x47, 8, 8 * 1024 * 1024, 64, NULL), \
284 __CI_TBL(CAI_L3CACHE, 0x49, 16, 4 * 1024 * 1024, 64, NULL), \
285 __CI_TBL(CAI_L3CACHE, 0x4a, 12, 6 * 1024 * 1024, 64, NULL), \
286 __CI_TBL(CAI_L3CACHE,
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/arch/
H A Di386.c1773 cai = &ci->ci_cinfo[CAI_L3CACHE];
1936 if (ci->ci_cinfo[CAI_L3CACHE].cai_totalsize != 0) {
1937 sep = print_cache_config(ci, CAI_L3CACHE, "L3 cache", NULL);
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Didentcpu.c205 cai = &ci->ci_cinfo[CAI_L3CACHE];

Completed in 61 milliseconds