Lines Matching refs:ucontext
66 #define ucontext ucontext32 macro
75 (sizeof(struct ucontext) - sizeof(elf_vsrreghalf_t32))
252 struct ucontext uc;
254 struct ucontext uc_transact;
1076 static int do_setcontext(struct ucontext __user *ucp, struct pt_regs *regs, int sig) in do_setcontext()
1106 static int do_setcontext_tm(struct ucontext __user *ucp, in do_setcontext_tm()
1107 struct ucontext __user *tm_ucp, in do_setcontext_tm()
1134 long sys_swapcontext(struct ucontext __user *old_ctx, in sys_swapcontext()
1135 struct ucontext __user *new_ctx, in sys_swapcontext()
1169 if ((ctx_size < sizeof(struct ucontext)) && in sys_swapcontext()
1173 if (ctx_size >= sizeof(struct ucontext)) in sys_swapcontext()
1179 if (ctx_size < sizeof(struct ucontext)) in sys_swapcontext()
1230 struct ucontext __user *uc_transact; in sys_rt_sigreturn()
1245 uc_transact = (struct ucontext __user *)(uintptr_t)tmp; in sys_rt_sigreturn()
1303 int sys_debug_setcontext(struct ucontext __user *ctx, in sys_debug_setcontext()