Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmicrocode.h108 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor()
124 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
Dprocessor.h205 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, in native_cpuid() function
223 native_cpuid(&eax, &ebx, &ecx, &edx); \
584 #define __cpuid native_cpuid
/Linux-v4.19/arch/x86/mm/
Dmem_encrypt_identity.c484 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
496 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
509 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
/Linux-v4.19/arch/x86/kernel/
Dparavirt.c342 .cpuid = native_cpuid,
Dsmpboot.c1606 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Dintel.c402 native_cpuid(&eax, &ebx, &ecx, &edx); in collect_cpu_info_early()
510 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c232 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
249 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()