Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/i386/
H A Dmachine_routines.h325 uint32_t l1_icache_size; member
H A Dmachine_routines.c669 cpu_infop->l1_icache_size = cpuid_infop->cache_size[L1I]; in ml_cpu_get_info_type()
/xnu-8796.141.3/bsd/kern/
H A Dkern_mib.c379 val = (int)cpu_info.l1_icache_size; in sysctl_hw_generic()
380 qval = (long long)cpu_info.l1_icache_size; in sysctl_hw_generic()
474 val = (int)cpu_info.l1_icache_size; in sysctl_hw_generic()
475 qval = (long long)cpu_info.l1_icache_size; in sysctl_hw_generic()
/xnu-8796.141.3/osfmk/arm/
H A Dmachine_routines.h329 unsigned long l1_icache_size; member
H A Dmachine_routines_common.c1304 ml_cpu_info->l1_icache_size = cpuid_cache_info->c_isize; in ml_cpu_get_info_type()