Searched refs:NT_PPC_TAR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace.h | 43 #ifndef NT_PPC_TAR 44 #define NT_PPC_TAR 0x103 macro 154 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers() 202 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TAR, &iov); in write_tar_registers()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | elf.h | 386 #define NT_PPC_TAR 0x103 /* Target Address Register */ macro
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace.c | 1987 .core_note_type = NT_PPC_TAR, .n = 1, 2274 .core_note_type = NT_PPC_TAR, .n = 1,
|