/linux-6.1.9/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 | 127 #ifndef cpu_has_fpu 129 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro 132 # define cpu_has_fpu 0 macro 136 # if cpu_has_fpu 139 # define raw_cpu_has_fpu cpu_has_fpu
|
D | switch_to.h | 56 if (cpu_has_fpu && \
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | fpu.h | 64 if (cpu_has_fpu && !is_fpu_owner()) { in own_fpu_inatomic() 107 if (cpu_has_fpu) in save_fp() 113 if (cpu_has_fpu) in restore_fp()
|
D | cpu-features.h | 42 #define cpu_has_fpu cpu_opt(LOONGARCH_CPU_FPU) macro
|
/linux-6.1.9/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 | 114 if (cpu_has_fpu) in cps_smp_setup() 391 if (cpu_has_fpu) in cps_smp_finish()
|
/linux-6.1.9/arch/mips/include/asm/mach-pic32/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/sh/kernel/cpu/ |
D | init.c | 27 #define cpu_has_fpu 1 macro 29 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-ath25/ |
D | cpu-feature-overrides.h | 22 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-ralink/rt288x/ |
D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-ralink/rt305x/ |
D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-ralink/rt3883/ |
D | cpu-feature-overrides.h | 19 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-ralink/mt7620/ |
D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-lantiq/falcon/ |
D | cpu-feature-overrides.h | 19 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-ath79/ |
D | cpu-feature-overrides.h | 20 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-ralink/mt7621/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 22 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 10 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/mips/include/asm/mach-bcm47xx/ |
D | cpu-feature-overrides.h | 9 #define cpu_has_fpu 0 macro
|
/linux-6.1.9/arch/loongarch/kernel/ |
D | proc.c | 76 if (cpu_has_fpu) seq_printf(m, " fpu"); in show_cpuinfo()
|
D | signal.c | 378 if (cpu_has_fpu) in setup_extcontext()
|
/linux-6.1.9/arch/mips/dec/ |
D | setup.c | 750 dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()
|