Searched refs:QCHAR (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | microcode.h | 81 #define QCHAR(a, b, c, d) ((a) + ((b) << 8) + ((c) << 16) + ((d) << 24)) macro 82 #define CPUID_INTEL1 QCHAR('G', 'e', 'n', 'u') 83 #define CPUID_INTEL2 QCHAR('i', 'n', 'e', 'I') 84 #define CPUID_INTEL3 QCHAR('n', 't', 'e', 'l') 85 #define CPUID_AMD1 QCHAR('A', 'u', 't', 'h') 86 #define CPUID_AMD2 QCHAR('e', 'n', 't', 'i') 87 #define CPUID_AMD3 QCHAR('c', 'A', 'M', 'D')
|