Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/uapi/asm/
Dsigcontext.h17 #define USED_FP (1 << 0) macro
/linux-6.1.9/arch/mips/kernel/
Dsignal.c333 used = used_math() ? USED_FP : 0; in protected_save_fp_context()
387 conditional_used_math(used & USED_FP); in protected_restore_fp_context()
393 if (err || !(used & USED_FP)) in protected_restore_fp_context()
397 if (!(used & USED_FP)) in protected_restore_fp_context()