Searched refs:NT_PPC_TM_CPPR (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace.h | 59 #define NT_PPC_TM_CPPR 0x10e macro 256 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); in show_tm_checkpointed_state() 304 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CPPR, &iov); in write_ckpt_tar_registers()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 404 #define NT_PPC_TM_CPPR 0x10e /* TM checkpointed Program Priority Register */ macro
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 638 .core_note_type = NT_PPC_TM_CPPR, .n = 1, 907 .core_note_type = NT_PPC_TM_CPPR, .n = 1,
|