Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/arm/
H A Dcpuid.h222 } cache_info_t; typedef
276 extern cache_info_t *cache_info(void);
277 extern cache_info_t *cache_info_type(cluster_type_t cluster_type);
H A Dcpuid.c78 static SECURITY_READ_ONLY_LATE(cache_info_t *) cpuid_cache_info_boot_cpu;
79 static cache_info_t cpuid_cache_info[MAX_CPU_TYPES] = { 0 };
301 cache_info_t *cpuid_cache_info_p = &cpuid_cache_info[cluster_type]; in do_cacheid()
409 cache_info_t *
415 cache_info_t *
H A Dcaches.c276 cache_info_t *cpuid_cache_info; in platform_cache_init()
H A Dmachine_routines_common.c1287 cache_info_t *cpuid_cache_info; in ml_cpu_get_info_type()
/xnu-8792.61.2/osfmk/kdp/output_stages/
H A Dout_shmem.c396 cache_info_t *cpuid_cache_info = NULL; in shmem_stage_initialize()