Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/uapi/asm/
Dsigcontext.h39 #define _SIGMASK_COPY_SIZE (sizeof(unsigned long)*_SIGCONTEXT_NSIG_WORDS) macro
/linux-6.1.9/arch/s390/kernel/
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()