Home
last modified time | relevance | path

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

/linux/arch/mips/include/uapi/asm/
H A Dsigcontext.h17 #define USED_FP (1 << 0) macro
/linux/arch/mips/kernel/
H A Dsignal.c334 used = used_math() ? USED_FP : 0; in protected_save_fp_context()
388 conditional_used_math(used & USED_FP); in protected_restore_fp_context()
394 if (err || !(used & USED_FP)) in protected_restore_fp_context()
398 if (!(used & USED_FP)) in protected_restore_fp_context()