Searched refs:QCHAR (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | internal.h | 57 #define QCHAR(a, b, c, d) ((a) + ((b) << 8) + ((c) << 16) + ((d) << 24)) macro 58 #define CPUID_INTEL1 QCHAR('G', 'e', 'n', 'u') 59 #define CPUID_INTEL2 QCHAR('i', 'n', 'e', 'I') 60 #define CPUID_INTEL3 QCHAR('n', 't', 'e', 'l') 61 #define CPUID_AMD1 QCHAR('A', 'u', 't', 'h') 62 #define CPUID_AMD2 QCHAR('e', 'n', 't', 'i') 63 #define CPUID_AMD3 QCHAR('c', 'A', 'M', 'D')
|