Searched refs:NT_PPC_TM_CPPR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace.h | 55 #define NT_PPC_TM_CPPR 0x10e macro 252 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); in show_tm_checkpointed_state() 300 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CPPR, &iov); in write_ckpt_tar_registers()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | elf.h | 397 #define NT_PPC_TM_CPPR 0x10e /* TM checkpointed Program Priority Register */ macro
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace.c | 1963 .core_note_type = NT_PPC_TM_CPPR, .n = 1, 2250 .core_note_type = NT_PPC_TM_CPPR, .n = 1,
|