Searched refs:NBUGINTS (Results 1 – 10 of 10) sorted by relevance
110 __u32 x86_capability[NCAPINTS + NBUGINTS];171 extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];172 extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
52 extern const char * const x86_bug_flags[NBUGINTS*32];
17 #define NBUGINTS 2 /* N 32-bit bug flags */ macro
87 __u32 x86_capability[NCAPINTS + NBUGINTS];
21 extern const char * const x86_bug_flags[NBUGINTS*32];
104 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)
118 for (i = 0; i < 32*NBUGINTS; i++) { in show_cpuinfo()
707 __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));708 __u32 cpu_caps_set[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));985 for (i = 0; i < NCAPINTS + NBUGINTS; i++) { in apply_forced_caps()1984 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
442 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()