Home
last modified time | relevance | path

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

12

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

Completed in 47 milliseconds

12