Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm/
H A Dcpuid.c79 static SECURITY_READ_ONLY_LATE(cache_info_t *) cpuid_cache_info_boot_cpu;
80 static cache_info_t cpuid_cache_info[MAX_CPU_TYPES] = { 0 };
385 cache_info_t *cpuid_cache_info_p = &cpuid_cache_info[cluster_type]; in do_cacheid()
501 cache_info_t *
507 cache_info_t *
511 cache_info_t *ret = &cpuid_cache_info[cluster_type]; in cache_info_type()
H A Dcpuid.h306 } cache_info_t; typedef
360 extern cache_info_t *cache_info(void);
361 extern cache_info_t *cache_info_type(cluster_type_t cluster_type);
H A Dcaches.c276 cache_info_t *cpuid_cache_info; in platform_cache_init()
H A Dmachine_routines_common.c1372 cache_info_t *cpuid_cache_info; in ml_cpu_get_info_type()
/xnu-12377.81.4/osfmk/kdp/output_stages/
H A Dout_shmem.c554 cache_info_t *cpuid_cache_info = NULL; in shmem_stage_initialize()