Go to the documentation of this file.
6 #ifndef _ASM_S390_SIGCONTEXT_H
7 #define _ASM_S390_SIGCONTEXT_H
9 #include <linux/compiler.h>
18 #define _SIGCONTEXT_NSIG 64
19 #define _SIGCONTEXT_NSIG_BPW 32
21 #define __SIGNAL_FRAMESIZE 96
26 #define _SIGCONTEXT_NSIG 64
27 #define _SIGCONTEXT_NSIG_BPW 64
29 #define __SIGNAL_FRAMESIZE 160
33 #define _SIGCONTEXT_NSIG_WORDS (_SIGCONTEXT_NSIG / _SIGCONTEXT_NSIG_BPW)
34 #define _SIGMASK_COPY_SIZE (sizeof(unsigned long)*_SIGCONTEXT_NSIG_WORDS)