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

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h56 #define NT_PPC_TM_CVSX 0x10b macro
677 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVSX, &iov);
679 perror("ptrace(PTRACE_GETREGSET, NT_PPC_TM_CVSX) failed");
707 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov);
709 perror("ptrace(PTRACE_SETREGSET, NT_PPC_TM_CVSX) failed");
/linux-master/include/uapi/linux/
H A Delf.h401 #define NT_PPC_TM_CVSX 0x10b /* TM checkpointed VSX Registers */ macro
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c623 .core_note_type = NT_PPC_TM_CVSX, .n = ELF_NVSX,
892 .core_note_type = NT_PPC_TM_CVSX, .n = ELF_NVSX,

Completed in 106 milliseconds