Searched refs:hard_math (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dbugs.c38 boot_cpu_data.hard_math = 0;
61 if (!boot_cpu_data.hard_math) {
H A Dproc.c123 fpu_exception = c->hard_math && (ignore_fpu_irq || cpu_has_fpu);
137 c->hard_math ? "yes" : "no",
H A Dcyrix.c317 p = Cx486_name[(c->hard_math) ? 1 : 0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dprocessor.h71 char hard_math; member in struct:sh_cpuinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di8259.c343 if (ignore_fpu_irq || !boot_cpu_data.hard_math)
416 if (boot_cpu_data.hard_math && !cpu_has_fpu)
H A Dasm-offsets.c47 OFFSET(CPUINFO_hard_math, cpuinfo_x86, hard_math);
H A Di387.c22 #define HAVE_HWFP (boot_cpu_data.hard_math)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h57 char hard_math; member in struct:cpuinfo_x86

Completed in 68 milliseconds