Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/arm/
H A Dcpuid.h277 extern cache_info_t *cache_info_type(cluster_type_t cluster_type);
H A Dcpuid.c416 cache_info_type(cluster_type_t cluster_type) in cache_info_type() function
H A Dmachine_routines_common.c1289 cpuid_cache_info = cache_info_type(cluster_type); in ml_cpu_get_info_type()
/xnu-8792.81.2/bsd/kern/
H A Dkern_mib.c1259 cachesize[1] = cache_info_type(min_perflevel_cluster_type)->c_dsize; /* Using the DCache */ in sysctl_mib_init()
1260 cachesize[2] = cache_info_type(min_perflevel_cluster_type)->c_l2size; in sysctl_mib_init()