Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/include/asm/
Dprocessor.h398 extern int mips_get_process_fp_mode(struct task_struct *task);
402 #define GET_FP_MODE(task) mips_get_process_fp_mode(task)
/Linux-v6.6/arch/mips/kernel/
Dprocess.c758 int mips_get_process_fp_mode(struct task_struct *task) in mips_get_process_fp_mode() function
790 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()