Searched refs:cpuid_count (Results 1 – 7 of 7) sorted by relevance
/arch/x86/kernel/cpu/ |
D | addon_cpuid_features.c | 80 cpuid_count(0xb, SMT_LEVEL, &eax, &ebx, &ecx, &edx); in detect_extended_topology() 103 cpuid_count(0xb, sub_index, &eax, &ebx, &ecx, &edx); in detect_extended_topology()
|
D | intel.c | 214 cpuid_count(4, 0, &eax, &ebx, &ecx, &edx); in intel_num_cpu_cores()
|
D | intel_cacheinfo.c | 301 cpuid_count(4, index, &eax.full, &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup() 326 cpuid_count(4, i, &eax, &ebx, &ecx, &edx); in find_num_cache_leaves()
|
/arch/x86/kernel/ |
D | xsave.c | 317 cpuid_count(0xd, 0, &eax, &ebx, &ecx, &edx); in xsave_cntxt_init() 335 cpuid_count(0xd, 0, &eax, &ebx, &ecx, &edx); in xsave_cntxt_init()
|
D | cpuid.c | 58 cpuid_count(cmd->eax, cmd->ecx, in cpuid_smp_cpuid()
|
/arch/x86/include/asm/ |
D | processor.h | 626 static inline void cpuid_count(unsigned int op, int count, in cpuid_count() function
|
/arch/x86/kvm/ |
D | x86.c | 1194 cpuid_count(entry->function, entry->index, in do_cpuid_1_ent()
|