Searched refs:NT_PPC_TM_CTAR (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 58 #define NT_PPC_TM_CTAR 0x10d macro 248 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov); in show_tm_checkpointed_state() 297 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CTAR, &iov); in write_ckpt_tar_registers()
|
/linux-6.6.21/include/uapi/linux/ |
D | elf.h | 403 #define NT_PPC_TM_CTAR 0x10d /* TM checkpointed Target Address Register */ macro
|
/linux-6.6.21/arch/powerpc/kernel/ptrace/ |
D | ptrace-view.c | 633 .core_note_type = NT_PPC_TM_CTAR, .n = 1, 902 .core_note_type = NT_PPC_TM_CTAR, .n = 1,
|