Home
last modified time | relevance | path

Searched refs:X86_BUG_F00F (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dproc.c43 boot_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", in show_cpuinfo_misc()
H A Dintel.c396 clear_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()
400 set_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dproc.c45 boot_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", in show_cpuinfo_misc()
H A Dintel.c493 clear_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()
497 set_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpufeatures.h417 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dcpufeatures.h405 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h460 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dcpufeatures.h451 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dfault.c474 if (boot_cpu_has_bug(X86_BUG_F00F) && idt_is_f00f_address(address)) { in is_f00f_bug()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dfault.c467 if (boot_cpu_has_bug(X86_BUG_F00F) && !(error_code & X86_PF_USER) && in is_f00f_bug()

Completed in 15 milliseconds