Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dprocess.c580 value |= PR_FP_MODE_FRE; in mips_get_process_fp_mode()
587 const unsigned int known_bits = PR_FP_MODE_FR | PR_FP_MODE_FRE; in mips_set_process_fp_mode()
599 if ((value & PR_FP_MODE_FRE) && cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode()
659 if (value & PR_FP_MODE_FRE) in mips_set_process_fp_mode()
/linux-4.4.14/include/uapi/linux/
Dprctl.h191 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro