| /kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
| D | ucontext.h | 21 struct ucontext { struct 23 struct ucontext __user *uc_link; argument 24 stack_t uc_stack; 26 int uc_pad[7]; 27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ 29 sigset_t uc_sigmask; 32 sigset_t __unused[15]; /* Allow for uc_sigmask growth */ 33 struct sigcontext uc_mcontext; /* last for extensibility */ 35 int uc_maskext[30]; 36 int uc_pad2[3]; [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/include/uapi/asm/ |
| D | ucontext.h | 21 struct ucontext { struct 23 struct ucontext __user *uc_link; argument 24 stack_t uc_stack; 26 int uc_pad[7]; 27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ 29 sigset_t uc_sigmask; 32 sigset_t __unused[15]; /* Allow for uc_sigmask growth */ 33 struct sigcontext uc_mcontext; /* last for extensibility */ 35 int uc_maskext[30]; 36 int uc_pad2[3]; [all …]
|
| /kernel/linux/linux-4.19/arch/riscv/include/uapi/asm/ |
| D | ucontext.h | 24 struct ucontext { struct 26 struct ucontext *uc_link; argument 38 * ucontext, so we're putting this at the end in order to allow for argument 42 struct sigcontext uc_mcontext;
|
| /kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/ |
| D | ucontext.h | 22 struct ucontext { struct 24 struct ucontext *uc_link; argument 25 stack_t uc_stack; 26 sigset_t uc_sigmask; 28 __u8 __unused[1024 / 8 - sizeof(sigset_t)]; 30 struct sigcontext uc_mcontext;
|
| /kernel/linux/linux-4.19/arch/arm64/include/uapi/asm/ |
| D | ucontext.h | 22 struct ucontext { struct 24 struct ucontext *uc_link; argument 25 stack_t uc_stack; 26 sigset_t uc_sigmask; 28 __u8 __unused[1024 / 8 - sizeof(sigset_t)]; 30 struct sigcontext uc_mcontext;
|
| /kernel/linux/linux-4.19/arch/alpha/include/asm/ |
| D | ucontext.h | 5 struct ucontext { struct 7 struct ucontext *uc_link; argument 8 old_sigset_t uc_osf_sigmask; 9 stack_t uc_stack; 10 struct sigcontext uc_mcontext; 11 sigset_t uc_sigmask; /* mask last for extensibility */
|
| /kernel/linux/linux-5.10/arch/riscv/include/uapi/asm/ |
| D | ucontext.h | 13 struct ucontext { struct 15 struct ucontext *uc_link; argument 27 * ucontext, so we're putting this at the end in order to allow for argument 31 struct sigcontext uc_mcontext;
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | ucontext.h | 5 struct ucontext { struct 7 struct ucontext *uc_link; argument 8 old_sigset_t uc_osf_sigmask; 9 stack_t uc_stack; 10 struct sigcontext uc_mcontext; 11 sigset_t uc_sigmask; /* mask last for extensibility */
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/ |
| D | ucontext.h | 9 struct ucontext { struct 11 struct ucontext *uc_link; argument 12 stack_t uc_stack; 13 sigset_t uc_sigmask; 15 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)]; 17 struct sigcontext uc_mcontext;
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/ |
| D | ucontext.h | 22 struct ucontext { struct 24 struct ucontext * uc_link; argument 25 stack_t uc_stack; 26 sigset_t uc_sigmask; 27 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)]; 28 struct sigcontext uc_mcontext;
|
| /kernel/linux/linux-4.19/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 */
|
| /kernel/linux/linux-5.10/include/uapi/asm-generic/ |
| D | ucontext.h | 5 struct ucontext { struct 7 struct ucontext *uc_link; argument 8 stack_t uc_stack; 9 struct sigcontext uc_mcontext; 10 sigset_t uc_sigmask; /* mask last for extensibility */
|
| /kernel/linux/linux-4.19/arch/parisc/include/asm/ |
| D | ucontext.h | 5 struct ucontext { struct 7 struct ucontext *uc_link; argument 8 stack_t uc_stack; 9 struct sigcontext uc_mcontext; 10 sigset_t uc_sigmask; /* mask last for extensibility */
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
| D | ucontext.h | 8 struct ucontext { struct 10 struct ucontext *uc_link; argument 11 stack_t uc_stack; 12 struct sigcontext uc_mcontext; 13 sigset_t uc_sigmask;
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | ucontext.h | 5 struct ucontext { struct 7 struct ucontext *uc_link; argument 8 stack_t uc_stack; 9 struct sigcontext uc_mcontext; 10 sigset_t uc_sigmask; /* mask last for extensibility */
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-4.19/include/uapi/asm-generic/ |
| D | ucontext.h | 5 struct ucontext { struct 7 struct ucontext *uc_link; argument 8 stack_t uc_stack; 9 struct sigcontext uc_mcontext; 10 sigset_t uc_sigmask; /* mask last for extensibility */
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
| D | ucontext.h | 21 struct ucontext { struct 23 struct ucontext * uc_link; argument 24 stack_t uc_stack; 25 struct sigcontext uc_mcontext; 26 sigset_t uc_sigmask;
|
| /kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
| D | ucontext.h | 54 struct ucontext { struct 57 struct ucontext *uc_link; argument 62 /* Extended context structures may follow ucontext */ argument 63 unsigned long long uc_extcontext[0];
|
| /kernel/linux/linux-4.19/arch/mips/include/uapi/asm/ |
| D | ucontext.h | 54 struct ucontext { struct 57 struct ucontext *uc_link; argument 62 /* Extended context structures may follow ucontext */ argument 63 unsigned long long uc_extcontext[0];
|
| /kernel/linux/linux-4.19/arch/m68k/include/asm/ |
| D | ucontext.h | 22 struct ucontext { struct 24 struct ucontext *uc_link; argument 25 stack_t uc_stack; 26 struct mcontext uc_mcontext; 27 unsigned long uc_filler[80]; 28 sigset_t uc_sigmask; /* mask last for extensibility */
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | ucontext.h | 22 struct ucontext { struct 24 struct ucontext *uc_link; argument 25 stack_t uc_stack; 26 struct mcontext uc_mcontext; 27 unsigned long uc_filler[80]; 28 sigset_t uc_sigmask; /* mask last for extensibility */
|
| /kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
| D | ucontext.h | 31 struct ucontext { struct 33 struct ucontext *uc_link; argument 34 stack_t uc_stack; 35 _sigregs uc_mcontext; 36 sigset_t uc_sigmask; 38 unsigned char __unused[128 - sizeof(sigset_t)];
|
| /kernel/linux/linux-4.19/arch/s390/include/uapi/asm/ |
| D | ucontext.h | 31 struct ucontext { struct 33 struct ucontext *uc_link; argument 34 stack_t uc_stack; 35 _sigregs uc_mcontext; 36 sigset_t uc_sigmask; 38 unsigned char __unused[128 - sizeof(sigset_t)];
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | ucontext.h | 18 struct ucontext { struct 20 struct ucontext *uc_link; argument 21 stack_t uc_stack; 22 struct sigcontext uc_mcontext; 23 sigset_t uc_sigmask; 25 int __unused[32 - (sizeof (sigset_t) / sizeof (int))]; 28 unsigned long uc_regspace[128] __attribute__((__aligned__(8)));
|