Searched refs:cache_type (Results 1 – 1 of 1) sorted by relevance
375 uint32_t cache_type; in cpuid_set_cache_info() local389 cache_type = bitfield32(reg[eax], 4, 0); in cpuid_set_cache_info()390 if (cache_type == 0) { in cpuid_set_cache_info()405 type = cache_type == 1 ? L1D : in cpuid_set_cache_info()406 cache_type == 2 ? L1I : in cpuid_set_cache_info()410 type = cache_type == 3 ? L2U : in cpuid_set_cache_info()414 type = cache_type == 3 ? L3U : in cpuid_set_cache_info()