Searched refs:NT_PPC_TM_CVMX (Results 1 - 3 of 3) sorted by relevance

/linux-master/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);
619 perror("ptrace(PTRACE_GETREGSET, NT_PPC_TM_CVMX) failed");
648 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVMX, &iov);
650 perror("ptrace(PTRACE_SETREGSET, NT_PPC_TM_CVMX) failed");
/linux-master/include/uapi/linux/
H A Delf.h400 #define NT_PPC_TM_CVMX 0x10a /* TM checkpointed VMX Registers */ macro
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c618 .core_note_type = NT_PPC_TM_CVMX, .n = ELF_NVMX,
887 .core_note_type = NT_PPC_TM_CVMX, .n = ELF_NVMX,

Completed in 103 milliseconds