Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/uapi/asm/
Dsigcontext.h14 #define SC_USED_FP (1 << 0) macro
/linux-6.12.1/arch/loongarch/kernel/
Dsignal.c794 conditional_used_math(extctx.flags & SC_USED_FP); in restore_sigcontext()
800 if (!(extctx.flags & SC_USED_FP)) in restore_sigcontext()
830 flags = used_math() ? SC_USED_FP : 0; in handle_flags()
874 if (extctx->flags & SC_USED_FP) { in setup_extcontext()