OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAI_ITLB
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x86/include/
cacheinfo.h
20
#define
CAI_ITLB
0 /* Instruction TLB (4K pages) */
220
__CI_TBL(
CAI_ITLB
, 0x01, 4, 32, 4 * 1024, NULL), \
226
__CI_TBL(
CAI_ITLB
, 0x4f, 0xff, 32, 4 * 1024, NULL), \
227
__CI_TBL(
CAI_ITLB
, 0x50, 0xff, 64, 4 * 1024, "64 4K/4M entries"), \
228
__CI_TBL(
CAI_ITLB
, 0x51, 0xff, 64, 4 * 1024, "128 4K/4M entries"),\
229
__CI_TBL(
CAI_ITLB
, 0x52, 0xff, 64, 4 * 1024, "256 4K/4M entries"),\
238
__CI_TBL(
CAI_ITLB
, 0x61, 0xff, 48, 4 * 1024, NULL), \
241
__CI_TBL(
CAI_ITLB
, 0x6a, 8, 64, 4 * 1024, NULL), \
247
__CI_TBL(
CAI_ITLB
, 0xb0, 4,128, 4 * 1024, NULL), \
249
__CI_TBL(
CAI_ITLB
, 0xb2, 4, 64, 4 * 1024, NULL),
[
all
...]
/src/usr.sbin/cpuctl/arch/
i386.c
1045
caitype =
CAI_ITLB
;
1058
caitype =
CAI_ITLB
;
1218
cai = &ci->ci_cinfo[
CAI_ITLB
];
1408
cai = &ci->ci_cinfo[
CAI_ITLB
];
2532
sep = print_tlb_config(ci,
CAI_ITLB
, "ITLB:", NULL);
/src/sys/arch/x86/x86/
identcpu.c
228
cai = &ci->ci_cinfo[
CAI_ITLB
];
640
cai = &ci->ci_cinfo[
CAI_ITLB
];
Completed in 14 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025