Searched refs:NT_PPC_TAR (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 391 #define NT_PPC_TAR 0x103 /* Target Address Register */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 393 #define NT_PPC_TAR 0x103 /* Target Address Register */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 322 #define NT_PPC_TAR 0x103 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 322 #define NT_PPC_TAR 0x103 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 309 #define NT_PPC_TAR 0x103 macro
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 611 .core_note_type = NT_PPC_TAR, .n = 1, 843 .core_note_type = NT_PPC_TAR, .n = 1,
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 662 .core_note_type = NT_PPC_TAR, .n = 1, 931 .core_note_type = NT_PPC_TAR, .n = 1,
|
Completed in 11 milliseconds