Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/i386/
H A Dmachine_routines.h309 uint32_t l1_dcache_size; member
H A Dmachine_routines.c670 cpu_infop->l1_dcache_size = cpuid_infop->cache_size[L1D]; in ml_cpu_get_info_type()
/xnu-8792.41.9/bsd/kern/
H A Dkern_mib.c365 val = (int)cpu_info.l1_dcache_size; in sysctl_hw_generic()
366 qval = (long long)cpu_info.l1_dcache_size; in sysctl_hw_generic()
448 val = (int)cpu_info.l1_dcache_size; in sysctl_hw_generic()
449 qval = (long long)cpu_info.l1_dcache_size; in sysctl_hw_generic()
/xnu-8792.41.9/osfmk/arm/
H A Dmachine_routines.h307 unsigned long l1_dcache_size; member
H A Dmachine_routines_common.c1293 ml_cpu_info->l1_dcache_size = cpuid_cache_info->c_dsize; in ml_cpu_get_info_type()