Home
last modified time | relevance | path

Searched refs:cache_info_type (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/osfmk/arm/
H A Dcpuid.h330 extern cache_info_t *cache_info_type(cluster_type_t cluster_type);
H A Dcpuid.c484 cache_info_type(cluster_type_t cluster_type) in cache_info_type() function
H A Dmachine_routines_common.c1309 cpuid_cache_info = cache_info_type(cluster_type); in ml_cpu_get_info_type()
/xnu-11215.1.10/bsd/kern/
H A Dkern_mib.c634 cachesize[1] = cache_info_type(min_perflevel_cluster_type)->c_dsize; /* Using the DCache */ in sysctl_hw_cachesize()
635 cachesize[2] = cache_info_type(min_perflevel_cluster_type)->c_l2size; in sysctl_hw_cachesize()