Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h53 #define NT_PPC_TM_CGPR 0x108 macro
449 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr()
477 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
486 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
/external/kernel-headers/original/uapi/linux/
Delf.h390 #define NT_PPC_TM_CGPR 0x108 /* TM checkpointed GPR Registers */ macro