Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dmicrocode.h106 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor()
122 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
Dprocessor.h216 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, in native_cpuid() function
234 native_cpuid(&eax, &ebx, &ecx, &edx); \
581 #define __cpuid native_cpuid
/linux-6.1.9/arch/x86/boot/compressed/
Dsev.c366 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_enable()
380 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_enable()
/linux-6.1.9/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-6.1.9/arch/x86/kernel/
Dparavirt.c270 .cpu.cpuid = native_cpuid,
Dsmpboot.c1767 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
/linux-6.1.9/arch/x86/xen/
Denlighten_pv.c218 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
235 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
/linux-6.1.9/arch/x86/kernel/cpu/microcode/
Dintel.c420 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
/linux-6.1.9/arch/x86/kernel/cpu/
Dintel.c198 native_cpuid(&eax, &ebx, &ecx, &edx); in intel_cpu_collect_info()