Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/i386/
H A Dcpuid.h362 typedef enum { Lnone, L1I, L1D, L2U, L3U, LCACHE_MAX } cache_type_t; enumerator
H A Dmachine_routines.c730 cpu_infop->l1_icache_size = cpuid_infop->cache_size[L1I]; in ml_cpu_get_info_type()
H A Dcpu_threads.c70 [L1I] = { 1, CPU_CACHE_TYPE_INST },
H A Dcpuid.c406 cache_type == 2 ? L1I : in cpuid_set_cache_info()