Searched refs:NT_PPC_TM_CVMX (Results 1 – 2 of 2) sorted by relevance
55 #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()
408 #define NT_PPC_TM_CVMX 0x10a /* TM checkpointed VMX Registers */ macro