Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/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.c356 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
/linux-6.12.1/arch/x86/mm/
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()
/linux-6.12.1/arch/x86/boot/compressed/
Dsev.c533 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_check_cpu_support()
547 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_check_cpu_support()
/linux-6.12.1/arch/x86/kernel/
Dparavirt.c145 .cpu.cpuid = native_cpuid,
Dsmpboot.c1298 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
/linux-6.12.1/arch/x86/xen/
Denlighten_pv.c291 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
308 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()