Searched refs:orig_gpr3 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | ppc32.h | 23 unsigned int orig_gpr3; /* Used for restarting system calls */ member
|
D | signal.c | 92 regs->gpr[3] = regs->orig_gpr3; in check_syscall_restart()
|
D | ptrace.c | 290 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in gpr_get() 295 &target->thread.regs->orig_gpr3, in gpr_get() 296 offsetof(struct pt_regs, orig_gpr3), in gpr_get() 329 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in gpr_set() 334 &target->thread.regs->orig_gpr3, in gpr_set()
|
D | signal_64.c | 325 err |= __get_user(regs->orig_gpr3, &sc->gp_regs[PT_ORIG_R3]); in restore_sigcontext()
|
D | process.c | 1026 printk("CFAR: "REG" ", regs->orig_gpr3); in show_regs()
|
D | signal_32.c | 199 if (__copy_from_user(®s->orig_gpr3, &sr->mc_gregs[PT_ORIG_R3], in restore_general_regs()
|
D | asm-offsets.c | 324 DEFINE(ORIG_GPR3, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, orig_gpr3)); in main()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | syscall.h | 34 regs->gpr[3] = regs->orig_gpr3; in syscall_rollback()
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 35 unsigned long orig_gpr3; /* Used for restarting system calls */ member
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 1560 xmon_print_symbol(fp->orig_gpr3, " ", "\n"); in prregs()
|