Home
last modified time | relevance | path

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

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