Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/
Dptrace.h142 #define PPC_PTRACE_GETFPREGS 0x97 /* Get FPRs 0 - 31 */ macro
/linux-2.4.37.9/arch/ppc64/kernel/
Dptrace.c306 case PPC_PTRACE_GETFPREGS: { /* Get FPRs 0 - 31. */ in sys_ptrace()
Dptrace32.c462 case PPC_PTRACE_GETFPREGS: { /* Get FPRs 0 - 31. */ in sys32_ptrace()