Searched refs:NT_PPC_DSCR (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/powerpc/ptrace/ |
A D | ptrace.h | 46 #define NT_PPC_DSCR 0x105 macro 170 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); in show_tar_registers() 216 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_DSCR, &iov); in write_tar_registers()
|
/linux/include/uapi/linux/ |
A D | elf.h | 390 #define NT_PPC_DSCR 0x105 /* Data Stream Control Register */ macro
|
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace-view.c | 591 .core_note_type = NT_PPC_DSCR, .n = 1, 818 .core_note_type = NT_PPC_DSCR, .n = 1,
|
Completed in 8 milliseconds