Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.h213 #define _SIGMASK_COPY_SIZE32 (sizeof(u32)*2) macro
Dsignal32.c348 if (__copy_from_user(&set.sig, &frame->sc.oldmask, _SIGMASK_COPY_SIZE32)) in sys32_sigreturn()
458 if (__copy_to_user(&frame->sc.oldmask, &set->sig, _SIGMASK_COPY_SIZE32)) in setup_frame32()