Home
last modified time | relevance | path

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

12

/openbmc/linux/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.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
H A Dswitch_to.h56 if (cpu_has_fpu && \
/openbmc/linux/arch/loongarch/include/asm/
H A Dfpu.h110 if (cpu_has_fpu && !is_fpu_owner()) { in own_fpu_inatomic()
166 if (cpu_has_fpu) in save_fp()
172 if (cpu_has_fpu) in restore_fp()
H A Dcpu-features.h42 #define cpu_has_fpu cpu_opt(LOONGARCH_CPU_FPU) macro
/openbmc/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 Dsmp-cps.c104 if (cpu_has_fpu) in cps_smp_setup()
391 if (cpu_has_fpu) in cps_smp_finish()
H A Dsignal.c956 if (cpu_has_fpu) { in signal_setup()
/openbmc/linux/arch/sh/kernel/cpu/
H A Dinit.c27 #define cpu_has_fpu 1 macro
29 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-pic32/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ath25/
H A Dcpu-feature-overrides.h22 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ralink/rt288x/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ralink/rt305x/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ralink/rt3883/
H A Dcpu-feature-overrides.h19 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ralink/mt7620/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-lantiq/falcon/
H A Dcpu-feature-overrides.h19 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ralink/mt7621/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h22 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dcpu-feature-overrides.h10 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h24 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/mips/include/asm/mach-bcm47xx/
H A Dcpu-feature-overrides.h9 #define cpu_has_fpu 0 macro
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c77 if (cpu_has_fpu) seq_printf(m, " fpu"); in show_cpuinfo()
H A Dsignal.c880 else if (cpu_has_fpu) in setup_extcontext()
/openbmc/linux/arch/mips/dec/
H A Dsetup.c750 dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()

12