Searched refs:PTRACE_SETREGS (Results 1 - 25 of 43) sorted by relevance

12

/arch/cris/include/asm/
H A Dptrace.h9 #define PTRACE_SETREGS 13 macro
/arch/x86/um/
H A Dptrace_user.c18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0)
/arch/sh/include/uapi/asm/
H A Dptrace.h9 #define PTRACE_SETREGS 13 macro
/arch/xtensa/include/uapi/asm/
H A Dptrace.h72 #define PTRACE_SETREGS 13 macro
/arch/frv/include/uapi/asm/
H A Dptrace.h52 #define PTRACE_SETREGS 13 macro
/arch/m68k/include/uapi/asm/
H A Dptrace.h70 #define PTRACE_SETREGS 13 macro
/arch/mips/include/uapi/asm/
H A Dptrace.h51 #define PTRACE_SETREGS 13 macro
/arch/mn10300/include/uapi/asm/
H A Dptrace.h80 #define PTRACE_SETREGS 13 macro
/arch/score/include/uapi/asm/
H A Dptrace.h5 #define PTRACE_SETREGS 13 macro
/arch/tile/include/uapi/asm/
H A Dptrace.h79 #define PTRACE_SETREGS 13 macro
/arch/um/os-Linux/
H A Dregisters.c28 err = ptrace(PTRACE_SETREGS, pid, 0, regs->gp);
/arch/x86/include/uapi/asm/
H A Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/arch/avr32/include/uapi/asm/
H A Dptrace.h12 #define PTRACE_SETREGS 13 macro
/arch/blackfin/include/uapi/asm/
H A Dptrace.h92 #define PTRACE_SETREGS 13 /* ptrace signal */ macro
/arch/m32r/include/uapi/asm/
H A Dptrace.h112 #define PTRACE_SETREGS 13 macro
/arch/um/kernel/
H A Dptrace.c83 #ifdef PTRACE_SETREGS
84 case PTRACE_SETREGS: { /* Set all gp regs in the child. */
/arch/arm/include/uapi/asm/
H A Dptrace.h16 #define PTRACE_SETREGS 13 macro
/arch/ia64/include/uapi/asm/
H A Dptrace.h207 /* pt_all_user_regs is used for PTRACE_GETREGS PTRACE_SETREGS */
243 #define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ macro
/arch/cris/arch-v10/kernel/
H A Dptrace.c150 case PTRACE_SETREGS: {
/arch/powerpc/include/uapi/asm/
H A Dptrace.h173 #define PTRACE_SETREGS 0xd macro
/arch/avr32/kernel/
H A Dptrace.c180 case PTRACE_SETREGS:
/arch/frv/kernel/
H A Dptrace.c326 case PTRACE_SETREGS: /* Set all integer regs in the child. */
/arch/m68k/kernel/
H A Dptrace.c234 case PTRACE_SETREGS: /* Set all gp regs in the child. */
/arch/mips/kernel/
H A Dptrace32.c263 case PTRACE_SETREGS:
/arch/powerpc/kernel/
H A Dptrace32.c285 case PTRACE_SETREGS: /* Set all gp regs in the child. */

Completed in 1215 milliseconds

12