Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/kernel/
Dprocess.c765 value |= PR_FP_MODE_FRE; in mips_get_process_fp_mode()
784 const unsigned int known_bits = PR_FP_MODE_FR | PR_FP_MODE_FRE; in mips_set_process_fp_mode()
806 if ((value & (PR_FP_MODE_FR | PR_FP_MODE_FRE)) == PR_FP_MODE_FRE) in mips_set_process_fp_mode()
813 if ((value & PR_FP_MODE_FRE) && raw_cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode()
831 if (value & PR_FP_MODE_FRE) in mips_set_process_fp_mode()
/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h192 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h192 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro