Home
last modified time | relevance | path

Searched refs:cpu_has_fpu (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dfpu.h115 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()
H A Dcpu-features.h132 #ifndef cpu_has_fpu
134 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro
137 # define cpu_has_fpu 0 macro
141 # define raw_cpu_has_fpu cpu_has_fpu
H A Dswitch_to.h56 if (cpu_has_fpu && \
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsmp-cmp.c56 if (cpu_has_fpu) in cmp_smp_finish()
101 if (cpu_has_fpu) in cmp_smp_setup()
H A Dsmp-mt.c127 if (cpu_has_fpu) in vsmp_smp_finish()
190 if (cpu_has_fpu) in vsmp_smp_setup()
H A Dsmp-cps.c113 if (cpu_has_fpu) in cps_smp_setup()
390 if (cpu_has_fpu) in cps_smp_finish()
H A Dsignal.c950 if (cpu_has_fpu) { in signal_setup()
H A Dtraps.c2501 if (cpu_has_fpu && !cpu_has_nofpuex) in trap_init()
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/
H A Dinit.c27 #define cpu_has_fpu 1 macro
29 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-pic32/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ath25/
H A Dcpu-feature-overrides.h23 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ralink/rt3883/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ralink/rt305x/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ralink/rt288x/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ralink/mt7620/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-lantiq/falcon/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ath79/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ralink/mt7621/
H A Dcpu-feature-overrides.h22 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h23 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bcm63xx/
H A Dcpu-feature-overrides.h10 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bcm47xx/
H A Dcpu-feature-overrides.h10 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h25 #define cpu_has_fpu 0 macro
/OK3568_Linux_fs/kernel/arch/mips/dec/
H A Dsetup.c750 dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()