Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dprocess.c764 value |= PR_FP_MODE_FR; 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()
811 if ((value & PR_FP_MODE_FR) && raw_cpu_has_fpu && in mips_set_process_fp_mode()
818 if (!(value & PR_FP_MODE_FR) && raw_cpu_has_fpu && cpu_has_mips_r6) in mips_set_process_fp_mode()
824 if (value & PR_FP_MODE_FR) { in mips_set_process_fp_mode()
/linux-6.15/tools/include/uapi/linux/
H A Dprctl.h191 # define PR_FP_MODE_FR (1 << 0) /* 64b FP registers */ macro
/linux-6.15/include/uapi/linux/
H A Dprctl.h191 # define PR_FP_MODE_FR (1 << 0) /* 64b FP registers */ macro
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h191 # define PR_FP_MODE_FR (1 << 0) /* 64b FP registers */ macro