/linux/arch/mips/include/asm/ |
H A D | fpu.h | 115 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 D | cpu-features.h | 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 156 # define raw_cpu_has_fpu cpu_has_fpu
|
/linux/arch/mips/kernel/ |
H A D | smp-mt.c | 128 if (cpu_has_fpu) in vsmp_smp_finish() 191 if (cpu_has_fpu) in vsmp_smp_setup()
|
H A D | signal.c | 957 if (cpu_has_fpu) { in signal_setup()
|
H A D | traps.c | 2463 if (cpu_has_fpu && !cpu_has_nofpuex) in trap_init()
|
/linux/arch/sh/kernel/cpu/ |
H A D | init.c | 27 #define cpu_has_fpu 1 macro 29 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-pic32/ |
H A D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ath25/ |
H A D | cpu-feature-overrides.h | 22 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/rt288x/ |
H A D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/rt305x/ |
H A D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/rt3883/ |
H A D | cpu-feature-overrides.h | 19 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/mt7620/ |
H A D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-lantiq/falcon/ |
H A D | cpu-feature-overrides.h | 19 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ath79/ |
H A D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-ralink/mt7621/ |
H A D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-rc32434/ |
H A D | cpu-feature-overrides.h | 22 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-bcm63xx/ |
H A D | cpu-feature-overrides.h | 10 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/linux/arch/mips/include/asm/mach-bcm47xx/ |
H A D | cpu-feature-overrides.h | 9 #define cpu_has_fpu 0 macro
|
/linux/arch/loongarch/include/asm/ |
H A D | cpu-features.h | 42 #define cpu_has_fpu cpu_opt(LOONGARCH_CPU_FPU) macro
|
/linux/arch/loongarch/kernel/ |
H A D | proc.c | 64 if (cpu_has_fpu) seq_printf(m, " fpu"); in show_cpuinfo()
|
H A D | signal.c | 881 else if (cpu_has_fpu) in setup_extcontext()
|
/linux/arch/mips/dec/ |
H A D | setup.c | 750 dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()
|