Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmicrocode.h104 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_vendor()
132 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_family()
Dprocessor.h191 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, in native_cpuid() function
601 #define __cpuid native_cpuid
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Damd_early.c147 native_cpuid(&eax, &ebx, &ecx, &edx); in apply_ucode_in_initrd()
Dintel_early.c366 native_cpuid(&eax, &ebx, &ecx, &edx); in collect_cpu_info_early()
/linux-4.1.27/arch/x86/kernel/
Dparavirt.c344 .cpuid = native_cpuid,
Dsmpboot.c1421 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
/linux-4.1.27/arch/x86/xen/
Denlighten.c388 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
405 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
/linux-4.1.27/arch/x86/lguest/
Dboot.c427 native_cpuid(ax, bx, cx, dx); in lguest_cpuid()