Searched refs:native_cpuid (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | microcode.h | 109 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_vendor() 125 native_cpuid(&eax, &ebx, &ecx, &edx); in x86_cpuid_family()
|
| H A D | processor.h | 211 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, in native_cpuid() function 229 native_cpuid(&eax, &ebx, &ecx, &edx); \ 588 #define __cpuid native_cpuid
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | mem_encrypt_identity.c | 509 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable() 526 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable() 550 native_cpuid(&eax, &ebx, &ecx, &edx); in sme_enable()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/ |
| H A D | intel.c | 356 native_cpuid(&eax, &ebx, &ecx, &edx); in collect_cpu_info_early() 464 native_cpuid(&eax, &ebx, &ecx, &edx); in load_builtin_intel_microcode()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | paravirt.c | 285 .cpu.cpuid = native_cpuid,
|
| H A D | smpboot.c | 1696 native_cpuid(&eax, &ebx, &ecx, &edx); in mwait_play_dead()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | enlighten_pv.c | 233 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait() 250 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
|