Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A 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)
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c759 int mips_get_process_fp_mode(struct task_struct *task) in mips_get_process_fp_mode() function
791 if (value == mips_get_process_fp_mode(task)) in mips_set_process_fp_mode()
H A Dptrace.c555 return membuf_store(&to, (int)mips_get_process_fp_mode(target)); in fp_mode_get()