HomeSort by: relevance | last modified time | path
    Searched refs:CAI_L3CACHE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x86/include/
cacheinfo.h 27 #define CAI_L3CACHE 7 /* Level 3 cache */
269 __CI_TBL(CAI_L3CACHE, 0x22, 0xff, 512 * 1024, 64, "sectored, 4-way "), \
270 __CI_TBL(CAI_L3CACHE, 0x23, 0xff, 1 * 1024 * 1024, 64, "sectored, 8-way "), \
272 __CI_TBL(CAI_L3CACHE, 0x25, 0xff, 2 * 1024 * 1024, 64, "sectored, 8-way "), \
273 __CI_TBL(CAI_L3CACHE, 0x29, 0xff, 4 * 1024 * 1024, 64, "sectored, 8-way "), \
288 __CI_TBL(CAI_L3CACHE, 0x46, 4, 4 * 1024 * 1024, 64, NULL), \
289 __CI_TBL(CAI_L3CACHE, 0x47, 8, 8 * 1024 * 1024, 64, NULL), \
294 __CI_TBL(CAI_L3CACHE, 0x49, 16, 4 * 1024 * 1024, 64, NULL), \
295 __CI_TBL(CAI_L3CACHE, 0x4a, 12, 6 * 1024 * 1024, 64, NULL), \
296 __CI_TBL(CAI_L3CACHE, 0x4b, 16, 8 * 1024 * 1024, 64, NULL),
    [all...]
  /src/sys/arch/x86/x86/
identcpu_subr.c 246 caitype = CAI_L3CACHE;
identcpu.c 270 cai = &ci->ci_cinfo[CAI_L3CACHE];
  /src/usr.sbin/cpuctl/arch/
i386.c 1128 caitype = CAI_L3CACHE;
1310 cai = &ci->ci_cinfo[CAI_L3CACHE];
2520 if (ci->ci_cinfo[CAI_L3CACHE].cai_totalsize != 0) {
2521 sep = print_cache_config(ci, CAI_L3CACHE, "L3 cache:", NULL);

Completed in 48 milliseconds