Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dintel_cacheinfo.c563 union _cpuid4_leaf_eax cache_eax; in find_num_cache_leaves() local
570 cache_eax.full = eax; in find_num_cache_leaves()
571 } while (cache_eax.split.type != CACHE_TYPE_NULL); in find_num_cache_leaves()