Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dproc.c43 boot_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", in show_cpuinfo_misc()
A Dintel.c576 clear_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()
580 set_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeatures.h448 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Dcpufeatures.h435 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/linux-6.3-rc2/arch/x86/mm/
A Dfault.c466 if (boot_cpu_has_bug(X86_BUG_F00F) && !(error_code & X86_PF_USER) && in is_f00f_bug()

Completed in 16 milliseconds