Home
last modified time | relevance | path

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

/openbmc/linux/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()
707 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov); in write_vsx_ckpt()
/openbmc/linux/include/uapi/linux/
H A Delf.h401 #define NT_PPC_TM_CVSX 0x10b /* TM checkpointed VSX Registers */ macro
/openbmc/linux/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,