Home
last modified time | relevance | path

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

/arch/mips/include/uapi/asm/
Dsigcontext.h16 #define USED_FP (1 << 0) macro
/arch/mips/kernel/
Dsignal.c305 used = used_math() ? USED_FP : 0; in protected_save_fp_context()
359 conditional_used_math(used & USED_FP); in protected_restore_fp_context()
365 if (err || !(used & USED_FP)) in protected_restore_fp_context()
369 if (!(used & USED_FP)) in protected_restore_fp_context()