Lines Matching refs:thread
241 struct faultinfo * fi = ¤t->thread.arch.faultinfo;
333 err |= copy_sc_to_user(&uc->uc_mcontext, fp, ¤t->thread.regs, 0);
454 unsigned long sp = PT_REGS_SP(¤t->thread.regs);
466 if (copy_sc_from_user(¤t->thread.regs, sc))
470 PT_REGS_SYSCALL_NR(¤t->thread.regs) = -1;
471 return PT_REGS_SYSCALL_RET(¤t->thread.regs);
561 unsigned long sp = PT_REGS_SP(¤t->thread.regs);
572 if (copy_sc_from_user(¤t->thread.regs, &uc->uc_mcontext))
576 PT_REGS_SYSCALL_NR(¤t->thread.regs) = -1;
577 return PT_REGS_SYSCALL_RET(¤t->thread.regs);