OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NT_PPC_TM_CVSX
(Results
1 - 3
of
3
) sorted by null
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace.h
56
#define
NT_PPC_TM_CVSX
0x10b
575
ret = ptrace(PTRACE_GETREGSET, child,
NT_PPC_TM_CVSX
, &iov);
577
perror("ptrace(PTRACE_GETREGSET,
NT_PPC_TM_CVSX
) failed");
605
ret = ptrace(PTRACE_SETREGSET, child,
NT_PPC_TM_CVSX
, &iov);
607
perror("ptrace(PTRACE_SETREGSET,
NT_PPC_TM_CVSX
) failed");
/bionic/libc/kernel/uapi/linux/
elf.h
329
#define
NT_PPC_TM_CVSX
0x10b
/external/kernel-headers/original/uapi/linux/
elf.h
393
#define
NT_PPC_TM_CVSX
0x10b /* TM checkpointed VSX Registers */
Completed in 245 milliseconds