Home
last modified time | relevance | path

Searched refs:PR_FP_MODE_FRE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/mips/
H A Dtarget_prctl.h17 ret |= PR_FP_MODE_FRE; in do_prctl_get_fp_mode()
28 bool new_fre = arg2 & PR_FP_MODE_FRE; in do_prctl_set_fp_mode()
29 const unsigned int known_bits = PR_FP_MODE_FR | PR_FP_MODE_FRE; in do_prctl_set_fp_mode()
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c766 value |= PR_FP_MODE_FRE; in mips_get_process_fp_mode()
785 const unsigned int known_bits = PR_FP_MODE_FR | PR_FP_MODE_FRE; in mips_set_process_fp_mode()
807 if ((value & (PR_FP_MODE_FR | PR_FP_MODE_FRE)) == PR_FP_MODE_FRE) 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()
832 if (value & PR_FP_MODE_FRE) in mips_set_process_fp_mode()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h192 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h192 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro
/openbmc/qemu/linux-user/
H A Dsyscall.c6269 # define PR_FP_MODE_FRE (1 << 1) macro