Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsigcontext.h39 #define _SIGMASK_COPY_SIZE (sizeof(unsigned long)*_SIGCONTEXT_NSIG_WORDS) macro
/openbmc/linux/arch/s390/kernel/
H A Dsignal.c225 if (__copy_from_user(&set.sig, &frame->sc.oldmask, _SIGMASK_COPY_SIZE)) in SYSCALL_DEFINE0()
314 memcpy(&sc.oldmask, &set->sig, _SIGMASK_COPY_SIZE); in setup_frame()
/openbmc/qemu/linux-user/s390x/
H A Dsignal.c33 #define _SIGMASK_COPY_SIZE (sizeof(unsigned long)*_SIGCONTEXT_NSIG_WORDS) macro