Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dprocess.c768 value |= PR_FP_MODE_FRE; in mips_get_process_fp_mode()
787 const unsigned int known_bits = PR_FP_MODE_FR | PR_FP_MODE_FRE; in mips_set_process_fp_mode()
809 if ((value & (PR_FP_MODE_FR | PR_FP_MODE_FRE)) == PR_FP_MODE_FRE) in mips_set_process_fp_mode()
816 if ((value & PR_FP_MODE_FRE) && raw_cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode()
834 if (value & PR_FP_MODE_FRE) in mips_set_process_fp_mode()
/linux/tools/include/uapi/linux/
H A Dprctl.h192 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro
/linux/include/uapi/linux/
H A Dprctl.h192 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h192 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro