Symbol: CAI_DTLB
sys/arch/x86/include/cacheinfo.h
222
__CI_TBL(CAI_DTLB, 0x03, 4, 64, 4 * 1024, NULL), \
sys/arch/x86/include/cacheinfo.h
232
__CI_TBL(CAI_DTLB, 0x57, 4, 16, 4 * 1024, NULL), \
sys/arch/x86/include/cacheinfo.h
233
__CI_TBL(CAI_DTLB, 0x59, 0xff, 16, 4 * 1024, NULL), \
sys/arch/x86/include/cacheinfo.h
235
__CI_TBL(CAI_DTLB, 0x5b, 0xff, 64, 4 * 1024, "64 4K/4M entries"), \
sys/arch/x86/include/cacheinfo.h
236
__CI_TBL(CAI_DTLB, 0x5c, 0xff, 64, 4 * 1024, "128 4K/4M entries"),\
sys/arch/x86/include/cacheinfo.h
237
__CI_TBL(CAI_DTLB, 0x5d, 0xff, 64, 4 * 1024, "256 4K/4M entries"),\
sys/arch/x86/include/cacheinfo.h
240
__CI_TBL(CAI_DTLB, 0x64, 4,512, 4 * 1024, NULL), \
sys/arch/x86/include/cacheinfo.h
242
__CI_TBL(CAI_DTLB, 0x6b, 8,256, 4 * 1024, NULL), \
sys/arch/x86/include/cacheinfo.h
246
__CI_TBL(CAI_DTLB, 0xa0, 0xff, 32, 4 * 1024, NULL), \
sys/arch/x86/include/cacheinfo.h
250
__CI_TBL(CAI_DTLB, 0xb3, 4,128, 4 * 1024, NULL), \
sys/arch/x86/include/cacheinfo.h
251
__CI_TBL(CAI_DTLB, 0xb4, 4,256, 4 * 1024, NULL), \
sys/arch/x86/include/cacheinfo.h
254
__CI_TBL(CAI_DTLB, 0xba, 4, 64, 4 * 1024, NULL), \
sys/arch/x86/x86/identcpu.c
234
cai = &ci->ci_cinfo[CAI_DTLB];
sys/arch/x86/x86/identcpu.c
646
cai = &ci->ci_cinfo[CAI_DTLB];
usr.sbin/cpuctl/arch/i386.c
1064
caitype = CAI_DTLB;
usr.sbin/cpuctl/arch/i386.c
1077
caitype = CAI_DTLB;
usr.sbin/cpuctl/arch/i386.c
1223
cai = &ci->ci_cinfo[CAI_DTLB];
usr.sbin/cpuctl/arch/i386.c
1413
cai = &ci->ci_cinfo[CAI_DTLB];
usr.sbin/cpuctl/arch/i386.c
2538
sep = print_tlb_config(ci, CAI_DTLB, "DTLB:", NULL);