Searched refs:ARCH_REGS_FOR_GETREGS (Results 1 – 9 of 9) sorted by relevance
3 #define ARCH_REGS_FOR_GETREGS mips_regs macro
2 #define ARCH_REGS_FOR_GETREGS sparc_regs macro
3 #define ARCH_REGS_FOR_GETREGS ppc_regs macro
2 #define ARCH_REGS_FOR_GETREGS tile_regs macro
2 #define ARCH_REGS_FOR_GETREGS avr32_regs macro
4 #define ARCH_REGS_FOR_GETREGS i386_regs macro
4 #define ARCH_REGS_FOR_GETREGS arm_regs macro
7 #define ARCH_REGS_FOR_GETREGS ia64_regs macro
1267 #elif defined ARCH_REGS_FOR_GETREGS in get_regs()1270 get_regs_error = ptrace(PTRACE_GETREGS, pid, (char *)&ARCH_REGS_FOR_GETREGS, 0); in get_regs()1275 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in get_regs()1283 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in get_regs()