Searched refs:NBUGINTS (Results 1 – 8 of 8) sorted by relevance
108 __u32 x86_capability[NCAPINTS + NBUGINTS];175 extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];176 extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
50 extern const char * const x86_bug_flags[NBUGINTS*32];
17 #define NBUGINTS 1 /* N 32-bit bug flags */ macro
93 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)
121 for (i = 0; i < 32*NBUGINTS; i++) { in show_cpuinfo()
592 __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));593 __u32 cpu_caps_set[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));852 for (i = 0; i < NCAPINTS + NBUGINTS; i++) { in apply_forced_caps()1727 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
444 BUG_ON(feature >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()