Searched refs:cache_type (Results 1 – 1 of 1) sorted by relevance
374 uint32_t cache_type; in cpuid_set_cache_info() local388 cache_type = bitfield32(reg[eax], 4, 0); in cpuid_set_cache_info()389 if (cache_type == 0) { in cpuid_set_cache_info()404 type = cache_type == 1 ? L1D : in cpuid_set_cache_info()405 cache_type == 2 ? L1I : in cpuid_set_cache_info()409 type = cache_type == 3 ? L2U : in cpuid_set_cache_info()413 type = cache_type == 3 ? L3U : in cpuid_set_cache_info()