/arch/mips/include/asm/ |
D | fpu.h | 56 return cpu_has_fpu && __is_fpu_owner(); in is_fpu_owner() 142 if (cpu_has_fpu && !__is_fpu_owner()) { in own_fpu_inatomic() 204 if (cpu_has_fpu && !(ret = __own_fpu())) { in init_fpu() 241 if (cpu_has_fpu) in save_fp() 247 if (cpu_has_fpu) in restore_fp()
|
D | cpu-features.h | 50 #ifndef cpu_has_fpu 51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro 54 #define raw_cpu_has_fpu cpu_has_fpu
|
D | switch_to.h | 64 if (cpu_has_fpu && \
|
/arch/mips/include/asm/mach-pmcs-msp71xx/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ip32/ |
D | cpu-feature-overrides.h | 29 #define cpu_has_fpu 1 macro
|
/arch/mips/include/asm/mach-ip22/ |
D | cpu-feature-overrides.h | 17 #define cpu_has_fpu 1 macro
|
/arch/mips/include/asm/mach-rm/ |
D | cpu-feature-overrides.h | 18 #define cpu_has_fpu 1 macro
|
/arch/mips/include/asm/mach-ralink/rt288x/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ralink/rt305x/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ralink/rt3883/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-ath79/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 37 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-powertv/ |
D | cpu-feature-overrides.h | 26 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-cobalt/ |
D | cpu-feature-overrides.h | 17 #define cpu_has_fpu 1 macro
|
/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 9 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-jz4740/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-loongson/ |
D | cpu-feature-overrides.h | 37 #define cpu_has_fpu 1 macro
|
/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/arch/mips/include/asm/mach-cavium-octeon/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/arch/mips/kernel/ |
D | smp-mt.c | 202 if (cpu_has_fpu) in vsmp_smp_finish() 271 if (cpu_has_fpu) in vsmp_smp_setup()
|
D | smp-cmp.c | 250 if (cpu_has_fpu) in cmp_smp_finish() 299 if (cpu_has_fpu) in cmp_smp_setup()
|
D | signal32.c | 400 if (cpu_has_fpu) { in signal32_init()
|
D | signal.c | 669 if (cpu_has_fpu) { in signal_setup()
|
/arch/sh/kernel/cpu/ |
D | init.c | 30 #define cpu_has_fpu 1 macro 32 #define cpu_has_fpu 0 macro
|
/arch/x86/include/asm/ |
D | cpufeature.h | 278 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU) macro
|