/arch/powerpc/include/uapi/asm/ |
D | ucontext.h | 20 struct ucontext { struct 22 struct ucontext __user *uc_link; argument 23 stack_t uc_stack; 25 int uc_pad[7]; 26 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ 28 sigset_t uc_sigmask; 31 sigset_t __unused[15]; /* Allow for uc_sigmask growth */ 32 struct sigcontext uc_mcontext; /* last for extensibility */ 34 int uc_maskext[30]; 35 int uc_pad2[3]; [all …]
|
/arch/alpha/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 old_sigset_t uc_osf_sigmask; 8 stack_t uc_stack; 9 struct sigcontext uc_mcontext; 10 sigset_t uc_sigmask; /* mask last for extensibility */
|
/arch/arm64/include/asm/ |
D | ucontext.h | 19 struct ucontext { struct 21 struct ucontext *uc_link; argument 22 stack_t uc_stack; 23 sigset_t uc_sigmask; 25 __u8 __unused[1024 / 8 - sizeof(sigset_t)]; 27 struct sigcontext uc_mcontext;
|
/arch/parisc/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/arch/cris/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/arch/frv/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/arch/xtensa/include/asm/ |
D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument 17 stack_t uc_stack; 18 struct sigcontext uc_mcontext; 19 sigset_t uc_sigmask; /* mask last for extensibility */
|
/arch/m32r/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/arch/avr32/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext * uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask;
|
/arch/mn10300/include/asm/ |
D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument 17 stack_t uc_stack; 18 struct sigcontext uc_mcontext; 19 sigset_t uc_sigmask; /* mask last for extensibility */
|
/arch/mips/include/uapi/asm/ |
D | ucontext.h | 53 struct ucontext { struct 56 struct ucontext *uc_link; argument 61 /* Extended context structures may follow ucontext */ argument 62 unsigned long long uc_extcontext[0];
|
/arch/m68k/include/asm/ |
D | ucontext.h | 21 struct ucontext { struct 23 struct ucontext *uc_link; argument 24 stack_t uc_stack; 25 struct mcontext uc_mcontext; 26 unsigned long uc_filler[80]; 27 sigset_t uc_sigmask; /* mask last for extensibility */
|
/arch/s390/include/uapi/asm/ |
D | ucontext.h | 30 struct ucontext { struct 32 struct ucontext *uc_link; argument 33 stack_t uc_stack; 34 _sigregs uc_mcontext; 35 sigset_t uc_sigmask; 37 unsigned char __unused[128 - sizeof(sigset_t)];
|
/arch/arm/include/asm/ |
D | ucontext.h | 16 struct ucontext { struct 18 struct ucontext *uc_link; argument 19 stack_t uc_stack; 20 struct sigcontext uc_mcontext; 21 sigset_t uc_sigmask; 23 int __unused[32 - (sizeof (sigset_t) / sizeof (int))]; 26 unsigned long uc_regspace[128] __attribute__((__aligned__(8)));
|
/arch/ia64/include/uapi/asm/ |
D | ucontext.h | 4 struct ucontext { struct 5 struct sigcontext uc_mcontext;
|
/arch/sparc/include/uapi/asm/ |
D | uctx.h | 63 struct ucontext { struct 64 struct ucontext *uc_link; argument 69 typedef struct ucontext ucontext_t; argument
|
/arch/powerpc/kernel/ |
D | signal_32.c | 66 #define ucontext ucontext32 macro
|