Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/i386/
H A Dmachine_routines.h328 uint32_t l1_dcache_size; member
H A Dmachine_routines.c731 cpu_infop->l1_dcache_size = cpuid_infop->cache_size[L1D]; in ml_cpu_get_info_type()
/xnu-11417.101.15/bsd/kern/
H A Dkern_mib.c392 val = (int)cpu_info.l1_dcache_size; in sysctl_hw_generic()
393 qval = (long long)cpu_info.l1_dcache_size; in sysctl_hw_generic()
487 val = (int)cpu_info.l1_dcache_size; in sysctl_hw_generic()
488 qval = (long long)cpu_info.l1_dcache_size; in sysctl_hw_generic()
/xnu-11417.101.15/osfmk/arm/
H A Dmachine_routines.h331 unsigned long l1_dcache_size; member
H A Dmachine_routines_common.c1354 ml_cpu_info->l1_dcache_size = cpuid_cache_info->c_dsize; in ml_cpu_get_info_type()