Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/
Dptrace.h49 #define NT_PPC_TM_CGPR 0x108 macro
483 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr()
511 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
520 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
/linux-5.19.10/include/uapi/linux/
Delf.h397 #define NT_PPC_TM_CGPR 0x108 /* TM checkpointed GPR Registers */ macro
/linux-5.19.10/arch/powerpc/kernel/ptrace/
Dptrace-view.c544 .core_note_type = NT_PPC_TM_CGPR, .n = ELF_NGREG,
770 .core_note_type = NT_PPC_TM_CGPR, .n = ELF_NGREG,