Searched defs:ucontext32 (Results 1 – 4 of 4) sorted by relevance
47 struct ucontext32 { struct48 unsigned int uc_flags;49 unsigned int uc_link;50 compat_stack_t uc_stack;51 int uc_pad[7];52 compat_uptr_t uc_regs; /* points to uc_mcontext field */53 compat_sigset_t uc_sigmask; /* mask last for extensibility */55 int uc_maskext[30];56 int uc_pad2[3];57 struct mcontext32 uc_mcontext;
66 struct ucontext32 { struct67 __u32 uc_flags;68 __u32 uc_link; /* pointer */69 compat_stack_t uc_stack;70 _sigregs32 uc_mcontext;71 compat_sigset_t uc_sigmask;73 unsigned char __unused[128 - sizeof(compat_sigset_t)];74 _sigregs_ext32 uc_mcontext_ext;
37 struct ucontext32 { struct49 struct ucontext32 rs_uc; argument
28 #define ucontext32 ucontext macro