Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/i386/
H A Dmachine_routines.h326 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-8796.141.3/bsd/kern/
H A Dkern_mib.c385 val = (int)cpu_info.l1_dcache_size; in sysctl_hw_generic()
386 qval = (long long)cpu_info.l1_dcache_size; in sysctl_hw_generic()
480 val = (int)cpu_info.l1_dcache_size; in sysctl_hw_generic()
481 qval = (long long)cpu_info.l1_dcache_size; in sysctl_hw_generic()
/xnu-8796.141.3/osfmk/arm/
H A Dmachine_routines.h330 unsigned long l1_dcache_size; member
H A Dmachine_routines_common.c1305 ml_cpu_info->l1_dcache_size = cpuid_cache_info->c_dsize; in ml_cpu_get_info_type()