Searched refs:NT_PPC_TAR (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace.h | 47 #ifndef NT_PPC_TAR 48 #define NT_PPC_TAR 0x103 macro 158 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers() 206 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TAR, &iov); in write_tar_registers()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 401 #define NT_PPC_TAR 0x103 /* Target Address Register */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 426 #define NT_PPC_TAR 0x103 /* Target Address Register */ macro
|
| /linux-6.15/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-view.c | 657 .core_note_type = NT_PPC_TAR, .n = 1, 926 .core_note_type = NT_PPC_TAR, .n = 1,
|