Searched refs:NT_PPC_PPR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace.h | 45 #define NT_PPC_PPR 0x104 macro 162 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov); in show_tar_registers() 209 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_PPR, &iov); in write_tar_registers()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | elf.h | 387 #define NT_PPC_PPR 0x104 /* Program Priority Register */ macro
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace.c | 1975 .core_note_type = NT_PPC_PPR, .n = 1, 2262 .core_note_type = NT_PPC_PPR, .n = 1,
|