Home
last modified time | relevance | path

Searched refs:boot_cpu_has_bug (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dcpufeature.h426 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro
/arch/x86/mm/
Dfault.c560 if (boot_cpu_has_bug(X86_BUG_F00F)) { in is_f00f_bug()