/linux/arch/mips/include/asm/ |
A D | fpu.h | 115 return cpu_has_fpu && __is_fpu_owner(); in is_fpu_owner() 146 if (cpu_has_fpu && !__is_fpu_owner()) { in own_fpu_inatomic() 229 if (cpu_has_fpu) in save_fp() 235 if (cpu_has_fpu) in restore_fp()
|
A D | cpu-features.h | 130 #ifndef cpu_has_fpu 132 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro 135 # define cpu_has_fpu 0 macro 139 # define raw_cpu_has_fpu cpu_has_fpu
|
A D | switch_to.h | 56 if (cpu_has_fpu && \
|
/linux/arch/mips/kernel/ |
A D | smp-cmp.c | 56 if (cpu_has_fpu) in cmp_smp_finish() 101 if (cpu_has_fpu) in cmp_smp_setup()
|
A D | smp-mt.c | 127 if (cpu_has_fpu) in vsmp_smp_finish() 190 if (cpu_has_fpu) in vsmp_smp_setup()
|
A D | smp-cps.c | 114 if (cpu_has_fpu) in cps_smp_setup() 391 if (cpu_has_fpu) in cps_smp_finish()
|
A D | signal.c | 948 if (cpu_has_fpu) { in signal_setup()
|
A D | traps.c | 2492 if (cpu_has_fpu && !cpu_has_nofpuex) in trap_init()
|
/linux/arch/sh/kernel/cpu/ |
A D | init.c | 27 #define cpu_has_fpu 1 macro 29 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-pic32/ |
A D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ath25/ |
A D | cpu-feature-overrides.h | 23 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/rt288x/ |
A D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/rt305x/ |
A D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/rt3883/ |
A D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/mt7620/ |
A D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-lantiq/falcon/ |
A D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ath79/ |
A D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/mt7621/ |
A D | cpu-feature-overrides.h | 22 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-rc32434/ |
A D | cpu-feature-overrides.h | 23 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-bcm63xx/ |
A D | cpu-feature-overrides.h | 10 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ip27/ |
A D | cpu-feature-overrides.h | 29 #define cpu_has_fpu 1 macro
|
/linux/arch/mips/include/asm/mach-ip30/ |
A D | cpu-feature-overrides.h | 32 #define cpu_has_fpu 1 macro
|
/linux/arch/mips/include/asm/mach-au1x00/ |
A D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-bcm47xx/ |
A D | cpu-feature-overrides.h | 10 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/dec/ |
A D | setup.c | 749 if (dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()
|