Searched refs:NBUGINTS (Results 1 – 10 of 10) sorted by relevance
108 __u32 x86_capability[NCAPINTS + NBUGINTS];178 extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];179 extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
51 extern const char * const x86_bug_flags[NBUGINTS*32];
17 #define NBUGINTS 1 /* N 32-bit bug flags */ macro
97 __u32 x86_capability[NCAPINTS + NBUGINTS];
21 extern const char * const x86_bug_flags[NBUGINTS*32];
100 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)
121 for (i = 0; i < 32*NBUGINTS; i++) { in show_cpuinfo()
596 __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));597 __u32 cpu_caps_set[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));855 for (i = 0; i < NCAPINTS + NBUGINTS; i++) { in apply_forced_caps()1654 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
288 BUG_ON(feature >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()
Completed in 23 milliseconds