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

12

/linux-master/arch/mips/include/asm/mach-pic32/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-ralink/rt3883/
H A Dcpu-feature-overrides.h19 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-ath25/
H A Dcpu-feature-overrides.h22 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-ralink/mt7620/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-lantiq/falcon/
H A Dcpu-feature-overrides.h19 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-ralink/rt288x/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-ralink/rt305x/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-ath79/
H A Dcpu-feature-overrides.h20 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h22 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-ralink/mt7621/
H A Dcpu-feature-overrides.h21 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dcpu-feature-overrides.h10 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/
H A Dfpu.h115 return cpu_has_fpu && __is_fpu_owner();
146 if (cpu_has_fpu && !__is_fpu_owner()) {
229 if (cpu_has_fpu)
235 if (cpu_has_fpu)
H A Dswitch_to.h56 if (cpu_has_fpu && \
H A Dcpu-features.h143 /* Don't override `cpu_has_fpu' to 1 or the "nofpu" option won't work. */
144 #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
154 # error "Forcing `cpu_has_fpu' to non-zero is not supported"
156 # define raw_cpu_has_fpu cpu_has_fpu
/linux-master/arch/mips/include/asm/mach-bcm47xx/
H A Dcpu-feature-overrides.h9 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h24 #define cpu_has_fpu 0 macro
/linux-master/arch/mips/kernel/
H A Dsmp-mt.c128 if (cpu_has_fpu)
191 if (cpu_has_fpu)
H A Dsmp-cps.c208 if (cpu_has_fpu)
481 if (cpu_has_fpu)
H A Dsignal.c953 /* For now just do the cpu_has_fpu check when the functions are invoked */
957 if (cpu_has_fpu) {
/linux-master/arch/loongarch/include/asm/
H A Dcpu-features.h42 #define cpu_has_fpu cpu_opt(LOONGARCH_CPU_FPU) macro
H A Dfpu.h110 if (cpu_has_fpu && !is_fpu_owner()) {
166 if (cpu_has_fpu)
172 if (cpu_has_fpu)
/linux-master/arch/sh/kernel/cpu/
H A Dinit.c27 #define cpu_has_fpu 1 macro
29 #define cpu_has_fpu 0 macro
/linux-master/arch/loongarch/kernel/
H A Dproc.c77 if (cpu_has_fpu) seq_printf(m, " fpu");
H A Dsignal.c881 else if (cpu_has_fpu)
/linux-master/arch/mips/dec/
H A Dsetup.c750 dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) {

Completed in 159 milliseconds

12