Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmicrocode.h110 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor()
126 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
Dprocessor.h198 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, in native_cpuid() function
216 native_cpuid(&eax, &ebx, &ecx, &edx); \
561 #define __cpuid native_cpuid
/arch/x86/mm/
Dmem_encrypt_identity.c509 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
521 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
534 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
/arch/x86/kernel/cpu/microcode/
Dintel.c356 native_cpuid(&eax, &ebx, &ecx, &edx); in collect_cpu_info_early()
464 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
/arch/x86/kernel/
Dparavirt.c308 .cpu.cpuid = native_cpuid,
Dsmpboot.c1708 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
/arch/x86/xen/
Denlighten_pv.c239 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
256 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()