Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/mips/kernel/
Dprocess.c573 int mips_get_process_fp_mode(struct task_struct *task) in mips_get_process_fp_mode() function