Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
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()
/Linux-v6.6/arch/x86/kernel/cpu/microcode/
Dinternal.h76 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor()
92 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
Dintel.c80 native_cpuid(&eax, &ebx, &ecx, &edx); in intel_cpu_collect_info()
409 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
/Linux-v6.6/arch/x86/mm/
Dmem_encrypt_identity.c521 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
538 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
566 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
/Linux-v6.6/arch/x86/boot/compressed/
Dsev.c421 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_check_cpu_support()
435 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_check_cpu_support()
/Linux-v6.6/arch/x86/kernel/
Dparavirt.c188 .cpu.cpuid = native_cpuid,
Dsmpboot.c1500 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
/Linux-v6.6/arch/x86/xen/
Denlighten_pv.c283 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
300 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()