Home
last modified time | relevance | path

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

/arch/loongarch/include/uapi/asm/
A Dsigcontext.h14 #define SC_USED_FP (1 << 0) macro
/arch/loongarch/kernel/
A Dsignal.c773 conditional_used_math(extctx.flags & SC_USED_FP); in restore_sigcontext()
779 if (!(extctx.flags & SC_USED_FP)) in restore_sigcontext()
809 flags = used_math() ? SC_USED_FP : 0; in handle_flags()
853 if (extctx->flags & SC_USED_FP) { in setup_extcontext()

Completed in 5 milliseconds