Searched refs:native_cpuid (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/arch/x86/include/asm/ |
D | cpuid.h | 30 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/ |
D | internal.h | 76 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor() 92 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
|
D | intel.c | 80 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/ |
D | mem_encrypt_identity.c | 521 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/ |
D | sev.c | 421 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/ |
D | paravirt.c | 188 .cpu.cpuid = native_cpuid,
|
D | smpboot.c | 1500 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
|
/Linux-v6.6/arch/x86/xen/ |
D | enlighten_pv.c | 283 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 300 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
|