Home
last modified time | relevance | path

Searched refs:X86_BUG_F00F (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dproc.c36 static_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", in show_cpuinfo_misc()
Dintel.c222 clear_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()
226 set_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h267 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/linux-4.4.14/arch/x86/mm/
Dfault.c576 if (boot_cpu_has_bug(X86_BUG_F00F)) { in is_f00f_bug()