Lines Matching refs:thread
242 struct faultinfo * fi = ¤t->thread.arch.faultinfo;
334 err |= copy_sc_to_user(&uc->uc_mcontext, fp, ¤t->thread.regs, 0);
455 unsigned long sp = PT_REGS_SP(¤t->thread.regs);
467 if (copy_sc_from_user(¤t->thread.regs, sc))
471 PT_REGS_SYSCALL_NR(¤t->thread.regs) = -1;
472 return PT_REGS_SYSCALL_RET(¤t->thread.regs);
562 unsigned long sp = PT_REGS_SP(¤t->thread.regs);
573 if (copy_sc_from_user(¤t->thread.regs, &uc->uc_mcontext))
577 PT_REGS_SYSCALL_NR(¤t->thread.regs) = -1;
578 return PT_REGS_SYSCALL_RET(¤t->thread.regs);