/arch/cris/include/asm/ |
D | ptrace.h | 9 #define PTRACE_SETREGS 13 macro
|
/arch/x86/um/ |
D | ptrace_user.c | 18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0) in ptrace_setregs()
|
/arch/sh/include/uapi/asm/ |
D | ptrace.h | 9 #define PTRACE_SETREGS 13 macro
|
/arch/xtensa/include/uapi/asm/ |
D | ptrace.h | 72 #define PTRACE_SETREGS 13 macro
|
/arch/um/kernel/ |
D | ptrace.c | 81 #ifdef PTRACE_SETREGS in arch_ptrace() 82 case PTRACE_SETREGS: { /* Set all gp regs in the child. */ in arch_ptrace()
|
/arch/score/include/uapi/asm/ |
D | ptrace.h | 5 #define PTRACE_SETREGS 13 macro
|
/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 91 #define PTRACE_SETREGS 19 macro
|
/arch/frv/include/uapi/asm/ |
D | ptrace.h | 52 #define PTRACE_SETREGS 13 macro
|
/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 70 #define PTRACE_SETREGS 13 macro
|
/arch/um/os-Linux/ |
D | registers.c | 28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp); in restore_registers()
|
/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 68 #define PTRACE_SETREGS 13 macro
|
/arch/mn10300/include/uapi/asm/ |
D | ptrace.h | 80 #define PTRACE_SETREGS 13 macro
|
/arch/mips/include/uapi/asm/ |
D | ptrace.h | 51 #define PTRACE_SETREGS 13 macro
|
/arch/tile/include/uapi/asm/ |
D | ptrace.h | 83 #define PTRACE_SETREGS 13 macro
|
/arch/avr32/include/uapi/asm/ |
D | ptrace.h | 12 #define PTRACE_SETREGS 13 macro
|
/arch/m32r/include/uapi/asm/ |
D | ptrace.h | 112 #define PTRACE_SETREGS 13 macro
|
/arch/arm/include/uapi/asm/ |
D | ptrace.h | 16 #define PTRACE_SETREGS 13 macro
|
/arch/blackfin/include/uapi/asm/ |
D | ptrace.h | 92 #define PTRACE_SETREGS 13 /* ptrace signal */ macro
|
/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 243 #define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ macro
|
/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 173 #define PTRACE_SETREGS 0xd macro
|
/arch/cris/arch-v10/kernel/ |
D | ptrace.c | 150 case PTRACE_SETREGS: { in arch_ptrace()
|
/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 332 #define PTRACE_SETREGS 13 macro
|
/arch/mips/kernel/ |
D | ptrace32.c | 264 case PTRACE_SETREGS: in compat_arch_ptrace()
|
/arch/tile/kernel/ |
D | ptrace.c | 206 case PTRACE_SETREGS: /* Set all registers in the child. */ in arch_ptrace()
|
/arch/powerpc/kernel/ |
D | ptrace32.c | 286 case PTRACE_SETREGS: /* Set all gp regs in the child. */ in compat_arch_ptrace()
|