Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h52 #define NT_PPC_TM_CVSX 0x10b macro
609 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVSX, &iov); in show_vsx_ckpt()
611 perror("ptrace(PTRACE_GETREGSET, NT_PPC_TM_CVSX) failed"); in show_vsx_ckpt()
639 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov); in write_vsx_ckpt()
641 perror("ptrace(PTRACE_SETREGSET, NT_PPC_TM_CVSX) failed"); in write_vsx_ckpt()
/kernel/linux/linux-6.6/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); in show_vsx_ckpt()
679 perror("ptrace(PTRACE_GETREGSET, NT_PPC_TM_CVSX) failed"); in show_vsx_ckpt()
707 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov); in write_vsx_ckpt()
709 perror("ptrace(PTRACE_SETREGSET, NT_PPC_TM_CVSX) failed"); in write_vsx_ckpt()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h399 #define NT_PPC_TM_CVSX 0x10b /* TM checkpointed VSX Registers */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h401 #define NT_PPC_TM_CVSX 0x10b /* TM checkpointed VSX Registers */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h330 #define NT_PPC_TM_CVSX 0x10b macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h330 #define NT_PPC_TM_CVSX 0x10b macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h317 #define NT_PPC_TM_CVSX 0x10b macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c572 .core_note_type = NT_PPC_TM_CVSX, .n = ELF_NVSX,
804 .core_note_type = NT_PPC_TM_CVSX, .n = ELF_NVSX,
/kernel/linux/linux-6.6/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 17 milliseconds