Searched refs:native_cpuid (Results 1 – 9 of 9) sorted by relevance
/arch/x86/include/asm/ |
D | microcode.h | 112 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor() 128 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
|
D | processor.h | 196 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, in native_cpuid() function 500 #define __cpuid native_cpuid
|
/arch/x86/kernel/ |
D | paravirt.c | 328 .cpuid = native_cpuid,
|
D | smpboot.c | 1603 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
|
/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 378 native_cpuid(&eax, &ebx, &ecx, &edx); in collect_cpu_info_early() 533 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
|
D | core.c | 91 native_cpuid(&a, &b, &c, &d); in check_loader_disabled_bsp()
|
D | amd.c | 186 native_cpuid(&eax, &ebx, &ecx, &edx); in apply_ucode_in_initrd()
|
/arch/x86/xen/ |
D | enlighten.c | 400 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 417 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
|
/arch/x86/lguest/ |
D | boot.c | 427 native_cpuid(ax, bx, cx, dx); in lguest_cpuid()
|