HomeSort by relevance Sort by last modified time
    Searched defs:NT_PPC_TM_CGPR (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace.h 53 #define NT_PPC_TM_CGPR 0x108
487 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov);
515 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov);
524 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov);
  /bionic/libc/kernel/uapi/linux/
elf.h 326 #define NT_PPC_TM_CGPR 0x108
  /external/kernel-headers/original/uapi/linux/
elf.h 391 #define NT_PPC_TM_CGPR 0x108 /* TM checkpointed GPR Registers */
  /external/elfutils/libelf/
elf.h 772 #define NT_PPC_TM_CGPR 0x108 /* TM checkpointed GPR Registers */
    [all...]

Completed in 65 milliseconds