Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/
Dcacheinfo.c646 union _cpuid4_leaf_eax cache_eax; in find_num_cache_leaves() local
659 cache_eax.full = eax; in find_num_cache_leaves()
660 } while (cache_eax.split.type != CTYPE_NULL); in find_num_cache_leaves()