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 - 4
of
4
) sorted by null
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace.h
56
#define
NT_PPC_TM_CVSX
0x10b
613
ret = ptrace(PTRACE_GETREGSET, child,
NT_PPC_TM_CVSX
, &iov);
615
perror("ptrace(PTRACE_GETREGSET,
NT_PPC_TM_CVSX
) failed");
643
ret = ptrace(PTRACE_SETREGSET, child,
NT_PPC_TM_CVSX
, &iov);
645
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
394
#define
NT_PPC_TM_CVSX
0x10b /* TM checkpointed VSX Registers */
/external/elfutils/libelf/
elf.h
775
#define
NT_PPC_TM_CVSX
0x10b /* TM checkpointed VSX Registers */
[
all
...]
Completed in 283 milliseconds