x86_cap_flags      29 arch/x86/boot/mkcpustr.c 			str = x86_cap_flags[i*32+j];
x86_cap_flags      36 arch/x86/include/asm/cpufeature.h extern const char * const x86_cap_flags[NCAPINTS*32];
x86_cap_flags      39 arch/x86/include/asm/cpufeature.h #define x86_cap_flag(flag) x86_cap_flags[flag]
x86_cap_flags     102 arch/x86/kernel/cpu/proc.c 		if (cpu_has(c, i) && x86_cap_flags[i] != NULL)
x86_cap_flags     103 arch/x86/kernel/cpu/proc.c 			seq_printf(m, " %s", x86_cap_flags[i]);