Home
last modified time | relevance | path

Searched refs:NT_PPC_TM_CGPR (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/
Dptrace.h53 #define NT_PPC_TM_CGPR 0x108 macro
551 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr()
579 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
588 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
/linux-6.12.1/include/uapi/linux/
Delf.h398 #define NT_PPC_TM_CGPR 0x108 /* TM checkpointed GPR Registers */ macro
/linux-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace-view.c603 .core_note_type = NT_PPC_TM_CGPR, .n = ELF_NGREG,
871 .core_note_type = NT_PPC_TM_CGPR, .n = ELF_NGREG,