Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dbugs.c56 set_cpu_bug(&boot_cpu_data, X86_BUG_FDIV); in fpu__init_check_bugs()
/arch/x86/kernel/cpu/
Dproc.c38 boot_cpu_has_bug(X86_BUG_FDIV) ? "yes" : "no", in show_cpuinfo_misc()
/arch/x86/include/asm/
Dcpufeatures.h393 #define X86_BUG_FDIV X86_BUG(1) /* FPU FDIV */ macro