/linux-4.4.14/arch/mips/include/asm/ |
D | fpu.h | 118 return cpu_has_fpu && __is_fpu_owner(); in is_fpu_owner() 149 if (cpu_has_fpu && !__is_fpu_owner()) { in own_fpu_inatomic() 199 if (cpu_has_fpu) { in init_fpu() 234 if (cpu_has_fpu) in save_fp() 240 if (cpu_has_fpu) in restore_fp()
|
D | cpu-features.h | 75 #ifndef cpu_has_fpu 76 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro 79 #define raw_cpu_has_fpu cpu_has_fpu
|
D | switch_to.h | 56 if (cpu_has_fpu && \
|
D | kvm_host.h | 578 return (!__builtin_constant_p(cpu_has_fpu) || cpu_has_fpu) && in kvm_mips_guest_can_have_fpu()
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
D | init.c | 38 if (!cpu_has_fpu) in fpu__init_cpu_generic() 44 if (!cpu_has_fpu) in fpu__init_cpu_generic() 87 if (!cpu_has_fpu) { in fpu__init_system_early_generic() 201 if (!cpu_has_fpu) { in fpu__init_system_xstate_size_legacy()
|
D | bugs.c | 69 if (cpu_has_fpu) in fpu__init_check_bugs()
|
D | core.c | 212 if (!cpu_has_fpu) { in fpstate_init() 273 if (src_fpu->fpstate_active && cpu_has_fpu) in fpu__copy()
|
/linux-4.4.14/arch/mips/kernel/ |
D | smp-cmp.c | 68 if (cpu_has_fpu) in cmp_smp_finish() 112 if (cpu_has_fpu) in cmp_smp_setup()
|
D | smp-mt.c | 180 if (cpu_has_fpu) in vsmp_smp_finish() 241 if (cpu_has_fpu) in vsmp_smp_setup()
|
D | process.c | 596 if ((value & PR_FP_MODE_FR) && cpu_has_fpu && in mips_set_process_fp_mode() 599 if ((value & PR_FP_MODE_FRE) && cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode() 603 if (!(value & PR_FP_MODE_FR) && cpu_has_fpu && cpu_has_mips_r6) in mips_set_process_fp_mode()
|
D | smp-cps.c | 96 if (cpu_has_fpu) in cps_smp_setup() 317 if (cpu_has_fpu) in cps_smp_finish()
|
D | signal.c | 901 if (cpu_has_fpu) { in signal_setup()
|
D | traps.c | 2319 if (cpu_has_fpu && !cpu_has_nofpuex) in trap_init()
|
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-ath25/ |
D | cpu-feature-overrides.h | 27 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-ath79/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-ralink/rt3883/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-ralink/rt305x/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-ralink/rt288x/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-ralink/mt7620/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/falcon/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 37 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 9 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/sh/kernel/cpu/ |
D | init.c | 30 #define cpu_has_fpu 1 macro 32 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-ip27/ |
D | cpu-feature-overrides.h | 31 #define cpu_has_fpu 1 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-bcm47xx/ |
D | cpu-feature-overrides.h | 9 #define cpu_has_fpu 0 macro
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | cyrix.c | 335 p = Cx486_name[(cpu_has_fpu ? 1 : 0)]; in init_cyrix()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | cpufeature.h | 358 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU) macro
|
/linux-4.4.14/arch/mips/dec/ |
D | setup.c | 761 if (dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()
|
/linux-4.4.14/arch/mips/kvm/ |
D | mips.c | 1082 r = !!cpu_has_fpu; in kvm_vm_ioctl_check_extension()
|