x86_bug_flags 49 arch/x86/include/asm/cpufeature.h extern const char * const x86_bug_flags[NBUGINTS*32]; x86_bug_flags 109 arch/x86/kernel/cpu/proc.c if (cpu_has_bug(c, bug_bit) && x86_bug_flags[i]) x86_bug_flags 110 arch/x86/kernel/cpu/proc.c seq_printf(m, " %s", x86_bug_flags[i]);