Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dintel_cacheinfo.c620 union _cpuid4_leaf_eax cache_eax; in find_num_cache_leaves() local
632 cache_eax.full = eax; in find_num_cache_leaves()
633 } while (cache_eax.split.type != CTYPE_NULL); in find_num_cache_leaves()