Searched refs:cpu_has_fpu (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfpu.h50 if (cpu_has_fpu) \
56 if (cpu_has_fpu) \
70 return cpu_has_fpu && __is_fpu_owner();
82 if (cpu_has_fpu && !__is_fpu_owner()) {
112 if (cpu_has_fpu) {
123 if (cpu_has_fpu)
129 if (cpu_has_fpu)
H A Dcpu-features.h44 #ifndef cpu_has_fpu
45 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro
48 #define raw_cpu_has_fpu cpu_has_fpu
H A Dsystem.h57 if (cpu_has_fpu && \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-ip22/
H A Dcpu-feature-overrides.h17 #define cpu_has_fpu 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-ip32/
H A Dcpu-feature-overrides.h29 #define cpu_has_fpu 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-mipssim/
H A Dcpu-feature-overrides.h19 #define cpu_has_fpu 0 macro
44 /* #define cpu_has_fpu ? */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h15 #define cpu_has_fpu 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cobalt/
H A Dcpu-feature-overrides.h17 #define cpu_has_fpu 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-jz4740/
H A Dcpu-feature-overrides.h15 #define cpu_has_fpu 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h37 #define cpu_has_fpu 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-rm/
H A Dcpu-feature-overrides.h18 #define cpu_has_fpu 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-bcm63xx/
H A Dcpu-feature-overrides.h9 #define cpu_has_fpu 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-loongson/
H A Dcpu-feature-overrides.h36 #define cpu_has_fpu 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h25 #define cpu_has_fpu 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmp-cmp.c117 if (cpu_has_fpu)
161 if (cpu_has_fpu)
H A Dsmp-mt.c198 if (cpu_has_fpu)
267 if (cpu_has_fpu)
H A Dptrace.c126 if (cpu_has_fpu) {
334 if (!cpu_has_fpu) {
H A Dptrace32.c136 if (!cpu_has_fpu) {
H A Dsignal.c694 /* For now just do the cpu_has_fpu check when the functions are invoked */
698 if (cpu_has_fpu) {
H A Dsignal32.c814 if (cpu_has_fpu) {
H A Dtraps.c1897 if (cpu_has_fpu && !cpu_has_nofpuex)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dinit.c30 #define cpu_has_fpu 1 macro
32 #define cpu_has_fpu 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dproc.c33 int fpu_exception = c->hard_math && (ignore_fpu_irq || cpu_has_fpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dirqinit.c263 if (boot_cpu_data.hard_math && !cpu_has_fpu)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcpufeature.h226 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU) macro

Completed in 285 milliseconds

12