Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/
Dptrace.h52 #define NT_PPC_TM_CVSX 0x10b macro
609 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVSX, &iov); in show_vsx_ckpt()
639 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov); in write_vsx_ckpt()
/Linux-v5.4/include/uapi/linux/
Delf.h394 #define NT_PPC_TM_CVSX 0x10b /* TM checkpointed VSX Registers */ macro
/Linux-v5.4/arch/powerpc/kernel/
Dptrace.c1948 .core_note_type = NT_PPC_TM_CVSX, .n = ELF_NVSX,
2235 .core_note_type = NT_PPC_TM_CVSX, .n = ELF_NVSX,