Home
last modified time | relevance | path

Searched refs:PPC_PTRACE_SETREGS (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/
Dptrace.h141 #define PPC_PTRACE_SETREGS 0x98 /* Set GPRs 0 - 31 */ macro
/linux-2.4.37.9/arch/ppc64/kernel/
Dptrace.c291 case PPC_PTRACE_SETREGS: { /* Set GPRs 0 - 31. */ in sys_ptrace()
Dptrace32.c447 case PPC_PTRACE_SETREGS: { /* Set GPRs 0 - 31. */ in sys32_ptrace()