/arch/mips/include/asm/ |
D | fpu.h | 121 return cpu_has_fpu && __is_fpu_owner(); in is_fpu_owner() 152 if (cpu_has_fpu && !__is_fpu_owner()) { in own_fpu_inatomic() 206 if (cpu_has_fpu) { in init_fpu() 241 if (cpu_has_fpu) in save_fp() 247 if (cpu_has_fpu) in restore_fp()
|
D | switch_to.h | 56 if (cpu_has_fpu && \
|
D | cpu-features.h | 78 #ifndef cpu_has_fpu 79 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro 82 #define raw_cpu_has_fpu cpu_has_fpu
|
/arch/mips/kernel/ |
D | smp-cmp.c | 67 if (cpu_has_fpu) in cmp_smp_finish() 112 if (cpu_has_fpu) in cmp_smp_setup()
|
D | smp-mt.c | 138 if (cpu_has_fpu) in vsmp_smp_finish() 201 if (cpu_has_fpu) in vsmp_smp_setup()
|
D | smp-cps.c | 117 if (cpu_has_fpu) in cps_smp_setup() 394 if (cpu_has_fpu) in cps_smp_finish()
|
D | signal.c | 909 if (cpu_has_fpu) { in signal_setup()
|
D | traps.c | 2433 if (cpu_has_fpu && !cpu_has_nofpuex) in trap_init()
|
/arch/mips/include/asm/mach-pmcs-msp71xx/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-pic32/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ath79/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ath25/ |
D | cpu-feature-overrides.h | 27 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ralink/rt305x/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ralink/rt3883/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ralink/rt288x/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ralink/mt7620/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-lantiq/falcon/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ralink/mt7621/ |
D | cpu-feature-overrides.h | 26 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 10 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 37 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ip27/ |
D | cpu-feature-overrides.h | 31 #define cpu_has_fpu 1 macro
|
/arch/mips/include/asm/mach-bcm47xx/ |
D | cpu-feature-overrides.h | 10 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/sh/kernel/cpu/ |
D | init.c | 30 #define cpu_has_fpu 1 macro 32 #define cpu_has_fpu 0 macro
|
/arch/mips/dec/ |
D | setup.c | 762 if (dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()
|