Searched refs:native_cpuid (Results 1 – 7 of 7) sorted by relevance
| /arch/x86/kernel/cpu/microcode/ |
| A 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()
|
| A D | intel.c | 350 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
|
| /arch/x86/include/asm/cpuid/ |
| A D | api.h | 25 static inline void native_cpuid(u32 *eax, u32 *ebx, in native_cpuid() function 43 native_cpuid(&eax, &ebx, &ecx, &edx); \ 59 # define __cpuid native_cpuid in NATIVE_CPUID_REG()
|
| /arch/x86/boot/compressed/ |
| A D | sev.c | 375 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_check_cpu_support() 389 native_cpuid(&eax, &ebx, &ecx, &edx); in sev_check_cpu_support() 547 native_cpuid(&eax, &ebx, &ecx, &edx); in early_is_sevsnp_guest()
|
| /arch/x86/boot/startup/ |
| A D | sme.c | 501 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable() 518 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable() 552 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
|
| /arch/x86/kernel/ |
| A D | paravirt.c | 126 .cpu.cpuid = native_cpuid,
|
| /arch/x86/xen/ |
| A D | enlighten_pv.c | 331 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 348 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
|
Completed in 14 milliseconds