Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h402 #define GET_FP_MODE(task) mips_get_process_fp_mode(task) macro
/openbmc/linux/kernel/
H A Dsys.c110 #ifndef GET_FP_MODE
111 # define GET_FP_MODE(a) (-EINVAL) macro
2629 error = GET_FP_MODE(me); in SYSCALL_DEFINE5()