Searched refs:NT_PPC_TM_CVSX (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 56 #define NT_PPC_TM_CVSX 0x10b macro 613 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVSX, &iov); in show_vsx_ckpt() 643 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov); in write_vsx_ckpt()
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 394 #define NT_PPC_TM_CVSX 0x10b /* TM checkpointed VSX Registers */ macro
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 1935 .core_note_type = NT_PPC_TM_CVSX, .n = ELF_NVSX, 2222 .core_note_type = NT_PPC_TM_CVSX, .n = ELF_NVSX,
|