Searched refs:orig_gpr3 (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/powerpc/include/asm/ |
D | syscall.h | 27 regs->gpr[3] = regs->orig_gpr3; in syscall_rollback()
|
D | ptrace.h | 35 unsigned long orig_gpr3; /* Used for restarting system calls */ member
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | ppc32.h | 98 unsigned int orig_gpr3; /* Used for restarting system calls */ member
|
D | signal.c | 106 regs->gpr[3] = regs->orig_gpr3; in check_syscall_restart()
|
D | ptrace.c | 254 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in gpr_get() 259 &target->thread.regs->orig_gpr3, in gpr_get() 260 offsetof(struct pt_regs, orig_gpr3), in gpr_get() 293 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in gpr_set() 298 &target->thread.regs->orig_gpr3, in gpr_set()
|
D | signal_64.c | 175 err |= __get_user(regs->orig_gpr3, &sc->gp_regs[PT_ORIG_R3]); in restore_sigcontext()
|
D | asm-offsets.c | 271 DEFINE(ORIG_GPR3, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, orig_gpr3)); in main()
|
D | signal_32.c | 231 if (__copy_from_user(®s->orig_gpr3, &sr->mc_gregs[PT_ORIG_R3], in restore_general_regs()
|
/linux-2.6.39/arch/um/sys-ppc/shared/sysdep/ |
D | ptrace.h | 21 PPC_REG orig_gpr3; /* Used for restarting system calls */ member
|