Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/
Dprocessor.h418 extern int mips_get_process_fp_mode(struct task_struct *task);
422 #define GET_FP_MODE(task) mips_get_process_fp_mode(task)
/Linux-v5.10/arch/mips/kernel/
Dprocess.c743 int mips_get_process_fp_mode(struct task_struct *task) in mips_get_process_fp_mode() function
775 if (value == mips_get_process_fp_mode(task)) in mips_set_process_fp_mode()
Dptrace.c548 return membuf_store(&to, (int)mips_get_process_fp_mode(target)); in fp_mode_get()