Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h15 #define SC_USED_FP (1 << 0) macro
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c793 conditional_used_math(extctx.flags & SC_USED_FP); in restore_sigcontext()
799 if (!(extctx.flags & SC_USED_FP)) in restore_sigcontext()
829 flags = used_math() ? SC_USED_FP : 0; in handle_flags()
873 if (extctx->flags & SC_USED_FP) { in setup_extcontext()
/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c18 #define SC_USED_FP (1 << 0) macro
135 extctx->flags = SC_USED_FP; in setup_extcontext()