Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dfpu.h115 return cpu_has_fpu && __is_fpu_owner(); in is_fpu_owner()
161 if (cpu_has_fpu && !__is_fpu_owner()) { in own_fpu_inatomic()
244 if (cpu_has_fpu) in save_fp()
250 if (cpu_has_fpu) in restore_fp()
H A Dcpu-features.h144 #ifndef cpu_has_fpu
146 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro
149 # define cpu_has_fpu 0 macro
153 # if cpu_has_fpu
156 # define raw_cpu_has_fpu cpu_has_fpu
/linux/arch/mips/kernel/
H A Dsmp-mt.c128 if (cpu_has_fpu) in vsmp_smp_finish()
191 if (cpu_has_fpu) in vsmp_smp_setup()
H A Dsignal.c957 if (cpu_has_fpu) { in signal_setup()
H A Dtraps.c2463 if (cpu_has_fpu && !cpu_has_nofpuex) in trap_init()
/linux/arch/sh/kernel/cpu/
H A Dinit.c27 #define cpu_has_fpu 1 macro
29 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-pic32/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-ath25/
H A Dcpu-feature-overrides.h22 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-ralink/rt288x/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-ralink/rt305x/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-ralink/rt3883/
H A Dcpu-feature-overrides.h19 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-ralink/mt7620/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-lantiq/falcon/
H A Dcpu-feature-overrides.h19 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-ath79/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-ralink/mt7621/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h22 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dcpu-feature-overrides.h10 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h24 #define cpu_has_fpu 0 macro
/linux/arch/mips/include/asm/mach-bcm47xx/
H A Dcpu-feature-overrides.h9 #define cpu_has_fpu 0 macro
/linux/arch/loongarch/include/asm/
H A Dcpu-features.h42 #define cpu_has_fpu cpu_opt(LOONGARCH_CPU_FPU) macro
/linux/arch/loongarch/kernel/
H A Dproc.c64 if (cpu_has_fpu) seq_printf(m, " fpu"); in show_cpuinfo()
H A Dsignal.c881 else if (cpu_has_fpu) in setup_extcontext()
/linux/arch/mips/dec/
H A Dsetup.c750 dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()