Searched refs:native_cpuid (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/asm/ |
D | microcode.h | 122 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor() 138 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
|
D | processor.h | 213 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, in native_cpuid() function 231 native_cpuid(&eax, &ebx, &ecx, &edx); \ 574 #define __cpuid native_cpuid
|
/arch/x86/mm/ |
D | mem_encrypt.c | 704 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable() 717 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
|
/arch/x86/kernel/ |
D | paravirt.c | 331 .cpuid = native_cpuid,
|
D | smpboot.c | 1649 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
|
/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 402 native_cpuid(&eax, &ebx, &ecx, &edx); in collect_cpu_info_early() 510 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
|
/arch/x86/xen/ |
D | enlighten_pv.c | 209 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 226 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
|