NBUGINTS 49 arch/x86/include/asm/cpufeature.h extern const char * const x86_bug_flags[NBUGINTS*32]; NBUGINTS 96 arch/x86/include/asm/processor.h __u32 x86_capability[NCAPINTS + NBUGINTS]; NBUGINTS 161 arch/x86/include/asm/processor.h extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS]; NBUGINTS 162 arch/x86/include/asm/processor.h extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS]; NBUGINTS 392 arch/x86/kernel/alternative.c BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); NBUGINTS 568 arch/x86/kernel/cpu/common.c __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS]; NBUGINTS 569 arch/x86/kernel/cpu/common.c __u32 cpu_caps_set[NCAPINTS + NBUGINTS]; NBUGINTS 828 arch/x86/kernel/cpu/common.c for (i = 0; i < NCAPINTS + NBUGINTS; i++) { NBUGINTS 1573 arch/x86/kernel/cpu/common.c for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) NBUGINTS 91 arch/x86/kernel/cpu/cpuid-deps.c #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8) NBUGINTS 106 arch/x86/kernel/cpu/proc.c for (i = 0; i < 32*NBUGINTS; i++) {