Searched refs:native_cpuid (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpuid.h | 30 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, in native_cpuid() function 48 native_cpuid(&eax, &ebx, &ecx, &edx); \ 64 #define __cpuid native_cpuid in native_cpuid_reg()
|
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | internal.h | 76 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor() 92 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
|
H A D | intel.c | 350 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
|
/openbmc/linux/arch/x86/mm/ |
H A D | mem_encrypt_identity.c | 506 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable() 523 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable() 554 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | sev.c | 424 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_check_cpu_support() 438 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_check_cpu_support()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | paravirt.c | 187 .cpu.cpuid = native_cpuid,
|
H A D | smpboot.c | 1489 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 283 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 300 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
|