Home
last modified time | relevance | path

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

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