Searched refs:cache_type (Results 1 – 2 of 2) sorted by relevance
156 uint32_t cache_type, cache_level, id, shift; in get_cache_shift() local160 cache_type = eax & 0x1fU; in get_cache_shift()166 if ((cache_type == 0U) || (cache_type >= 4U)) { in get_cache_shift()
244 uint32_t cache_type = entry->eax & 0x1FU; /* EAX bits 04:00 */ in set_vcpuid_vcat_04h() local266 if (((cache_type == 0x1U) || (cache_type == 0x3U)) && (vcbm_len != 0U)) { in set_vcpuid_vcat_04h()
Completed in 6 milliseconds