Home
last modified time | relevance | path

Searched refs:X86_BUG_FDIV (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/fpu/
Dbugs.c58 set_cpu_bug(&boot_cpu_data, X86_BUG_FDIV); in check_fpu()
/linux-4.4.14/arch/x86/kernel/cpu/
Dproc.c35 static_cpu_has_bug(X86_BUG_FDIV) ? "yes" : "no", in show_cpuinfo_misc()
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h268 #define X86_BUG_FDIV X86_BUG(1) /* FPU FDIV */ macro