Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcpu-features.h135 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) macro
138 # define raw_cpu_has_fpu 0 macro
141 # define raw_cpu_has_fpu cpu_has_fpu macro
Dkvm_host.h776 return (!__builtin_constant_p(raw_cpu_has_fpu) || raw_cpu_has_fpu) && in kvm_mips_guest_can_have_fpu()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dprocess.c795 if ((value & PR_FP_MODE_FR) && raw_cpu_has_fpu && in mips_set_process_fp_mode()
798 if ((value & PR_FP_MODE_FRE) && raw_cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode()
802 if (!(value & PR_FP_MODE_FR) && raw_cpu_has_fpu && cpu_has_mips_r6) in mips_set_process_fp_mode()
Dsignal.c920 return raw_cpu_has_fpu in smp_save_fp_context()
927 return raw_cpu_has_fpu in smp_restore_fp_context()
Dtraps.c1464 if (raw_cpu_has_fpu || !cpu_has_mips_4_5_64_r2_r6) { in do_cpu()
1476 if (raw_cpu_has_fpu && !err) in do_cpu()
/kernel/linux/linux-5.10/arch/mips/kvm/
Dentry.c691 if (raw_cpu_has_fpu) { in kvm_mips_build_exit()
Dmips.c1087 r = !!raw_cpu_has_fpu; in kvm_vm_ioctl_check_extension()