Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpuid.h30 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 Dinternal.h76 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor()
92 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
H A Dintel.c350 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_identity.c506 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 Dsev.c424 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 Dparavirt.c187 .cpu.cpuid = native_cpuid,
H A Dsmpboot.c1489 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c283 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
300 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()