Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/
Dbugs.c54 s32 fdiv_bug; in check_fpu() local
82 : "=m" (*&fdiv_bug) in check_fpu()
87 boot_cpu_data.fdiv_bug = fdiv_bug; in check_fpu()
88 if (boot_cpu_data.fdiv_bug) in check_fpu()
Dproc.c43 c->fdiv_bug ? "yes" : "no", in show_cpuinfo_misc()
/linux-3.4.99/arch/x86/include/asm/
Dprocessor.h82 char fdiv_bug; member