Searched refs:boot_cpu_has_bug (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ | ||
D | cpufeature.h | 426 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro |
/arch/x86/mm/ | ||
D | fault.c | 560 if (boot_cpu_has_bug(X86_BUG_F00F)) { in is_f00f_bug() |