| /kernel/linux/linux-6.6/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-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-6.6/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-6.6/arch/riscv/include/uapi/asm/ |
| D | ucontext.h | 13 struct ucontext { struct 15 struct ucontext *uc_link; argument 30 * ucontext, so we're putting this at the end in order to allow for argument 35 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-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-6.6/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/loongarch/include/uapi/asm/ |
| D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument 28 * ucontext, so we're putting this at the end in order to allow for argument 32 struct sigcontext uc_mcontext;
|
| /kernel/linux/patches/linux-6.6/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/patches/linux-6.6/prebuilts/usr/include/asm-riscv/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/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/linux-6.6/arch/loongarch/include/uapi/asm/ |
| D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument 28 * ucontext, so we're putting this at the end in order to allow for argument 32 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/patches/linux-5.10/prebuilts/usr/include/asm-riscv/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-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-5.10/prebuilts/usr/include/asm-loongarch/asm/ |
| D | ucontext.h | 31 struct ucontext { struct 33 struct ucontext *uc_link; argument 45 * ucontext, so we're putting this at the end in order to allow for argument 49 struct sigcontext uc_mcontext;
|
| /kernel/linux/linux-6.6/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-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-6.6/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/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/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-6.6/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/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-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/patches/linux-6.6/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;
|