Searched refs:CPUID_IS (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | microcode.h | 92 #define CPUID_IS(a, b, c, ebx, ecx, edx) \ macro 111 if (CPUID_IS(CPUID_INTEL1, CPUID_INTEL2, CPUID_INTEL3, ebx, ecx, edx)) in x86_cpuid_vendor() 114 if (CPUID_IS(CPUID_AMD1, CPUID_AMD2, CPUID_AMD3, ebx, ecx, edx)) in x86_cpuid_vendor()
|