OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAI_L2CACHE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/x86/include/
cacheinfo.h
26
#define
CAI_L2CACHE
6 /* Level 2 cache */
268
__CI_TBL(
CAI_L2CACHE
, 0x21, 8, 256 * 1024, 64, NULL), /* L2 (MLC) */ \
271
__CI_TBL(
CAI_L2CACHE
, 0x24, 16, 1 * 1024 * 1024, 64, NULL), \
276
__CI_TBL(
CAI_L2CACHE
, 0x39, 4, 128 * 1024, 64, NULL), \
277
__CI_TBL(
CAI_L2CACHE
, 0x3a, 6, 192 * 1024, 64, NULL), \
278
__CI_TBL(
CAI_L2CACHE
, 0x3b, 2, 128 * 1024, 64, NULL), \
279
__CI_TBL(
CAI_L2CACHE
, 0x3c, 4, 256 * 1024, 64, NULL), \
280
__CI_TBL(
CAI_L2CACHE
, 0x3d, 6, 384 * 1024, 64, NULL), \
281
__CI_TBL(
CAI_L2CACHE
, 0x3e, 4, 512 * 1024, 64, NULL), \
282
__CI_TBL(
CAI_L2CACHE
, 0x40, 0, 0, 0, "not present"),
[
all
...]
/src/sys/arch/x86/x86/
identcpu_subr.c
240
caitype =
CAI_L2CACHE
;
identcpu.c
254
cai = &ci->ci_cinfo[
CAI_L2CACHE
];
678
cai = &ci->ci_cinfo[
CAI_L2CACHE
];
cpu.c
287
for (unsigned int i = CAI_ICACHE; i <=
CAI_L2CACHE
; i++) {
/src/usr.sbin/cpuctl/arch/
i386.c
730
u_int l2cache = ci->ci_cinfo[
CAI_L2CACHE
].cai_totalsize;
1296
cai = &ci->ci_cinfo[
CAI_L2CACHE
];
1446
cai = &ci->ci_cinfo[
CAI_L2CACHE
];
2515
if (ci->ci_cinfo[
CAI_L2CACHE
].cai_totalsize != 0) {
2516
sep = print_cache_config(ci,
CAI_L2CACHE
, "L2 cache:", NULL);
/src/sys/arch/xen/x86/
cpu.c
331
for (i = CAI_ICACHE; i <=
CAI_L2CACHE
; i++) {
Completed in 21 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025