Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h55 #define NT_PPC_TM_CVMX 0x10a macro
617 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVMX, &iov); in show_vmx_ckpt()
619 perror("ptrace(PTRACE_GETREGSET, NT_PPC_TM_CVMX) failed"); in show_vmx_ckpt()
648 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVMX, &iov); in write_vmx_ckpt()
650 perror("ptrace(PTRACE_SETREGSET, NT_PPC_TM_CVMX) failed"); in write_vmx_ckpt()
/linux/tools/include/uapi/linux/
H A Delf.h408 #define NT_PPC_TM_CVMX 0x10a /* TM checkpointed VMX Registers */ macro