Home
last modified time | relevance | path

Searched defs:ucontext (Results 1 – 14 of 14) sorted by relevance

/arch/powerpc/include/uapi/asm/
Ducontext.h21 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 …]
/arch/arm64/include/uapi/asm/
Ducontext.h22 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;
/arch/loongarch/include/uapi/asm/
Ducontext.h14 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;
/arch/riscv/include/uapi/asm/
Ducontext.h13 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;
/arch/alpha/include/asm/
Ducontext.h5 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 */
/arch/parisc/include/asm/
Ducontext.h5 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 */
/arch/xtensa/include/asm/
Ducontext.h14 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/
Ducontext.h54 struct ucontext { struct
57 struct ucontext *uc_link; argument
62 /* Extended context structures may follow ucontext */ argument
63 unsigned long long uc_extcontext[];
/arch/s390/include/uapi/asm/
Ducontext.h31 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)];
/arch/m68k/include/asm/
Ducontext.h22 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 */
/arch/arm/include/asm/
Ducontext.h18 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)));
/arch/ia64/include/uapi/asm/
Ducontext.h5 struct ucontext { struct
6 struct sigcontext uc_mcontext;
/arch/sparc/include/uapi/asm/
Ductx.h64 struct ucontext { struct
65 struct ucontext *uc_link; argument
70 typedef struct ucontext ucontext_t; argument
/arch/powerpc/kernel/
Dsignal_32.c59 #define ucontext ucontext32 macro