/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | fpu.h | 115 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()
|
D | cpu-features.h | 132 #ifndef cpu_has_fpu 134 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro 137 # define cpu_has_fpu 0 macro 141 # define raw_cpu_has_fpu cpu_has_fpu
|
D | switch_to.h | 56 if (cpu_has_fpu && \
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | smp-cmp.c | 56 if (cpu_has_fpu) in cmp_smp_finish() 101 if (cpu_has_fpu) in cmp_smp_setup()
|
D | smp-mt.c | 127 if (cpu_has_fpu) in vsmp_smp_finish() 190 if (cpu_has_fpu) in vsmp_smp_setup()
|
D | smp-cps.c | 113 if (cpu_has_fpu) in cps_smp_setup() 390 if (cpu_has_fpu) in cps_smp_finish()
|
D | signal.c | 950 if (cpu_has_fpu) { in signal_setup()
|
D | traps.c | 2501 if (cpu_has_fpu && !cpu_has_nofpuex) in trap_init()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-pic32/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ath25/ |
D | cpu-feature-overrides.h | 23 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ralink/rt305x/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ralink/rt288x/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ralink/rt3883/ |
D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ralink/mt7620/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-lantiq/falcon/ |
D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/ |
D | init.c | 27 #define cpu_has_fpu 1 macro 29 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ath79/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ralink/mt7621/ |
D | cpu-feature-overrides.h | 22 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 23 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 10 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip30/ |
D | cpu-feature-overrides.h | 32 #define cpu_has_fpu 1 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/ |
D | cpu-feature-overrides.h | 29 #define cpu_has_fpu 1 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm47xx/ |
D | cpu-feature-overrides.h | 10 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/kernel/linux/linux-5.10/arch/mips/dec/ |
D | setup.c | 749 if (dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()
|