Searched refs:NBUGINTS (Results 1 – 6 of 6) sorted by relevance
76 __u32 x86_capability[NCAPINTS + NBUGINTS];
21 extern const char * const x86_bug_flags[NBUGINTS*32];
48 extern const char * const x86_bug_flags[NBUGINTS*32];
754 __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));755 __u32 cpu_caps_set[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));972 for (i = 0; i < NCAPINTS + NBUGINTS; i++) { in apply_forced_caps()1689 for (bit = 0; bit < 32 * (NCAPINTS + NBUGINTS); bit++) { in parse_set_clear_cpuid()2113 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
9 #define NBUGINTS 2 /* N 32-bit bug flags */ macro
614 BUG_ON(alt->cpuid >= (NCAPINTS + NBUGINTS) * 32); in analyze_patch_site()