Home
last modified time | relevance | path

Searched refs:l1_icache_size (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/osfmk/i386/
H A Dmachine_routines.h327 uint32_t l1_icache_size; member
H A Dmachine_routines.c730 cpu_infop->l1_icache_size = cpuid_infop->cache_size[L1I]; in ml_cpu_get_info_type()
/xnu-11417.140.69/bsd/kern/
H A Dkern_mib.c386 val = (int)cpu_info.l1_icache_size; in sysctl_hw_generic()
387 qval = (long long)cpu_info.l1_icache_size; in sysctl_hw_generic()
481 val = (int)cpu_info.l1_icache_size; in sysctl_hw_generic()
482 qval = (long long)cpu_info.l1_icache_size; in sysctl_hw_generic()
/xnu-11417.140.69/osfmk/arm/
H A Dmachine_routines.h330 unsigned long l1_icache_size; member
H A Dmachine_routines_common.c1353 ml_cpu_info->l1_icache_size = cpuid_cache_info->c_isize; in ml_cpu_get_info_type()