Searched refs:NBUGINTS (Results 1 – 9 of 9) sorted by relevance
77 __u32 x86_capability[NCAPINTS + NBUGINTS];
21 extern const char * const x86_bug_flags[NBUGINTS*32];
162 __u32 x86_capability[NCAPINTS + NBUGINTS];212 extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];213 extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
48 extern const char * const x86_bug_flags[NBUGINTS*32];
9 #define NBUGINTS 2 /* N 32-bit bug flags */ macro
111 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)
121 for (i = 0; i < 32*NBUGINTS; i++) { in show_cpuinfo()
708 __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));709 __u32 cpu_caps_set[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));926 for (i = 0; i < NCAPINTS + NBUGINTS; i++) { in apply_forced_caps()1620 for (bit = 0; bit < 32 * (NCAPINTS + NBUGINTS); bit++) { in parse_set_clear_cpuid()2045 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
662 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()
Completed in 24 milliseconds