Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcpufeatures.h397 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeatures.h401 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */ macro
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dfault.c475 if (boot_cpu_has_bug(X86_BUG_F00F) && idt_is_f00f_address(address)) { in is_f00f_bug()