Searched defs:compat_ucontext (Results 1 – 4 of 4) sorted by relevance
7 struct compat_ucontext { struct8 compat_uint_t uc_flags;9 compat_uptr_t uc_link;10 compat_stack_t uc_stack; /* struct compat_sigaltstack (12 bytes)*/ 12 compat_uint_t pad[1];13 struct compat_sigcontext uc_mcontext;14 compat_sigset_t uc_sigmask; /* mask last for extensibility */
25 struct compat_ucontext { struct26 compat_uint_t uc_flags;27 compat_uptr_t uc_link;28 compat_stack_t uc_stack; /* struct compat_sigaltstack (12 bytes)*/30 compat_uint_t pad[1];31 struct compat_sigcontext uc_mcontext;32 compat_sigset_t uc_sigmask; /* mask last for extensibility */
38 struct compat_ucontext { struct49 struct compat_ucontext uc; argument
58 struct compat_ucontext { struct59 compat_ulong_t uc_flags;60 compat_uptr_t uc_link;61 compat_stack_t uc_stack;62 struct compat_sigcontext uc_mcontext;63 compat_sigset_t uc_sigmask;64 int __unused[32 - (sizeof (compat_sigset_t) / sizeof (int))];65 compat_ulong_t uc_regspace[128] __attribute__((__aligned__(8)));