Searched refs:NT_PPC_TM_CDSCR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace.h | 56 #define NT_PPC_TM_CDSCR 0x10f macro 260 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov); in show_tm_checkpointed_state() 307 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CDSCR, &iov); in write_ckpt_tar_registers()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | elf.h | 398 #define NT_PPC_TM_CDSCR 0x10f /* TM checkpointed Data Stream Control Register */ macro
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace.c | 1968 .core_note_type = NT_PPC_TM_CDSCR, .n = 1, 2255 .core_note_type = NT_PPC_TM_CDSCR, .n = 1,
|