Home
last modified time | relevance | path

Searched refs:raw_cpu_has_fpu (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h147 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) macro
150 # define raw_cpu_has_fpu 0 macro
156 # define raw_cpu_has_fpu cpu_has_fpu macro
H A Dkvm_host.h694 return (!__builtin_constant_p(raw_cpu_has_fpu) || raw_cpu_has_fpu) && in kvm_mips_guest_can_have_fpu()
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c811 if ((value & PR_FP_MODE_FR) && raw_cpu_has_fpu && in mips_set_process_fp_mode()
814 if ((value & PR_FP_MODE_FRE) && raw_cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode()
818 if (!(value & PR_FP_MODE_FR) && raw_cpu_has_fpu && cpu_has_mips_r6) in mips_set_process_fp_mode()
H A Dproc.c186 if (raw_cpu_has_fpu) in show_cpuinfo()
H A Dsignal.c926 return raw_cpu_has_fpu in smp_save_fp_context()
933 return raw_cpu_has_fpu in smp_restore_fp_context()
H A Dtraps.c1461 if (raw_cpu_has_fpu || !cpu_has_mips_4_5_64_r2_r6) { in do_cpu()
1473 if (raw_cpu_has_fpu && !err) in do_cpu()
/openbmc/linux/arch/mips/kvm/
H A Dentry.c654 if (raw_cpu_has_fpu) { in kvm_mips_build_exit()
H A Dmips.c1056 r = !!raw_cpu_has_fpu; in kvm_vm_ioctl_check_extension()