Searched defs:target_ucontext (Results 1 – 19 of 19) sorted by relevance
21 typedef struct target_ucontext { struct28 } target_ucontext_t; argument
30 typedef struct target_ucontext { struct36 } target_ucontext; argument
35 struct target_ucontext { struct47 struct target_ucontext uc; argument
36 struct target_ucontext { struct47 struct target_ucontext uc; argument
43 struct target_ucontext { struct54 struct target_ucontext uc; argument
38 struct target_ucontext { struct48 struct target_ucontext uc; argument
47 struct target_ucontext { struct62 struct target_ucontext uc; argument
74 struct target_ucontext { struct92 struct target_ucontext uc; argument
58 struct target_ucontext { struct60 struct target_ucontext *tuc_link; argument69 struct target_ucontext uc; argument
148 struct target_ucontext { struct149 target_ulong tuc_flags;150 target_ulong tuc_link; /* ucontext_t __user * */151 struct target_sigaltstack tuc_stack;153 int32_t tuc_pad[7];154 target_ulong tuc_regs; /* struct mcontext __user *157 target_sigset_t tuc_sigmask;159 target_sigset_t unused[15]; /* Allow for uc_sigmask growth */160 struct target_sigcontext tuc_sigcontext;162 int32_t tuc_maskext[30];[all …]
69 struct target_ucontext { struct80 struct target_ucontext rs_uc; argument
63 struct target_ucontext { struct79 struct target_ucontext uc; argument
50 struct target_ucontext { struct61 struct target_ucontext uc; argument
74 struct target_ucontext { struct86 struct target_ucontext rs_uc; argument
51 struct target_ucontext { struct52 abi_ulong tuc_flags;53 abi_ulong tuc_link;54 target_stack_t tuc_stack;55 struct target_sigcontext tuc_mcontext;56 target_sigset_t tuc_sigmask; /* mask last for extensibility */57 char __unused[128 - sizeof(target_sigset_t)];58 abi_ulong tuc_regspace[128] __attribute__((__aligned__(8)));
37 struct target_ucontext { struct38 abi_ulong tuc_flags;39 abi_ulong tuc_link;40 target_stack_t tuc_stack;41 target_sigset_t tuc_sigmask;43 char __unused[1024 / 8 - sizeof(target_sigset_t)];45 struct target_sigcontext tuc_mcontext;
577 struct target_ucontext { struct588 struct target_ucontext *ucp; in sparc64_set_context() argument
136 struct target_ucontext { struct137 abi_ulong tuc_flags;138 abi_ulong tuc_link;139 target_stack_t tuc_stack;140 struct target_sigcontext tuc_mcontext;141 target_sigset_t tuc_sigmask; /* mask last for extensibility */
814 abi_ulong target_ucontext; in do_sigreturn() local