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

  /src/sys/arch/x86/include/
cacheinfo.h 22 #define CAI_DTLB 2 /* Data TLB (4K pages) */
222 __CI_TBL(CAI_DTLB, 0x03, 4, 64, 4 * 1024, NULL), \
232 __CI_TBL(CAI_DTLB, 0x57, 4, 16, 4 * 1024, NULL), \
233 __CI_TBL(CAI_DTLB, 0x59, 0xff, 16, 4 * 1024, NULL), \
235 __CI_TBL(CAI_DTLB, 0x5b, 0xff, 64, 4 * 1024, "64 4K/4M entries"), \
236 __CI_TBL(CAI_DTLB, 0x5c, 0xff, 64, 4 * 1024, "128 4K/4M entries"),\
237 __CI_TBL(CAI_DTLB, 0x5d, 0xff, 64, 4 * 1024, "256 4K/4M entries"),\
240 __CI_TBL(CAI_DTLB, 0x64, 4,512, 4 * 1024, NULL), \
242 __CI_TBL(CAI_DTLB, 0x6b, 8,256, 4 * 1024, NULL), \
246 __CI_TBL(CAI_DTLB, 0xa0, 0xff, 32, 4 * 1024, NULL),
    [all...]
  /src/usr.sbin/cpuctl/arch/
i386.c 1064 caitype = CAI_DTLB;
1077 caitype = CAI_DTLB;
1223 cai = &ci->ci_cinfo[CAI_DTLB];
1413 cai = &ci->ci_cinfo[CAI_DTLB];
2538 sep = print_tlb_config(ci, CAI_DTLB, "DTLB:", NULL);
  /src/sys/arch/x86/x86/
identcpu.c 233 cai = &ci->ci_cinfo[CAI_DTLB];
645 cai = &ci->ci_cinfo[CAI_DTLB];

Completed in 16 milliseconds