/linux-4.1.27/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() 194 if (cpu_has_fpu) { in init_fpu() 229 if (cpu_has_fpu) in save_fp() 235 if (cpu_has_fpu) in restore_fp()
|
D | cpu-features.h | 72 #ifndef cpu_has_fpu 73 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro 76 #define raw_cpu_has_fpu cpu_has_fpu
|
D | switch_to.h | 64 if (cpu_has_fpu && \
|
D | kvm_host.h | 576 return (!__builtin_constant_p(cpu_has_fpu) || cpu_has_fpu) && in kvm_mips_guest_can_have_fpu()
|
/linux-4.1.27/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 | 94 if (cpu_has_fpu) in cps_smp_setup() 292 if (cpu_has_fpu) in cps_smp_finish()
|
D | signal.c | 657 if (cpu_has_fpu) { in signal_setup()
|
D | signal32.c | 593 if (cpu_has_fpu) { in signal32_init()
|
D | traps.c | 2323 if (cpu_has_fpu && !cpu_has_nofpuex) in trap_init()
|
/linux-4.1.27/arch/x86/kernel/ |
D | i387.c | 161 if (!cpu_has_fpu) { in init_thread_xstate() 204 if (!cpu_has_fpu) { in fpu_init() 220 if (!cpu_has_fpu) in fpu_init() 238 if (!cpu_has_fpu) { in fpu_finit() 268 if (cpu_has_fpu && tsk == current) in init_fpu()
|
/linux-4.1.27/arch/mips/include/asm/mach-pmcs-msp71xx/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-ath25/ |
D | cpu-feature-overrides.h | 27 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-ath79/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt288x/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt305x/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt3883/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/mt7620/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/falcon/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | bugs.c | 92 if (cpu_has_fpu) in check_bugs()
|
D | cyrix.c | 335 p = Cx486_name[(cpu_has_fpu ? 1 : 0)]; in init_cyrix()
|
/linux-4.1.27/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 37 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 9 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
D | init.c | 30 #define cpu_has_fpu 1 macro 32 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-jz4740/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/mips/include/asm/mach-bcm47xx/ |
D | cpu-feature-overrides.h | 9 #define cpu_has_fpu 0 macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | cpufeature.h | 351 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU) macro
|
/linux-4.1.27/arch/mips/dec/ |
D | setup.c | 761 if (dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { in arch_init_irq()
|
/linux-4.1.27/arch/mips/kvm/ |
D | mips.c | 1078 r = !!cpu_has_fpu; in kvm_vm_ioctl_check_extension()
|