Searched refs:NT_PPC_TM_CGPR (Results 1 – 5 of 5) sorted by relevance
/external/strace/xlat/ |
D | nt_descriptor_types.h | 195 #if defined(NT_PPC_TM_CGPR) || (defined(HAVE_DECL_NT_PPC_TM_CGPR) && HAVE_DECL_NT_PPC_TM_CGPR) 197 static_assert((NT_PPC_TM_CGPR) == (0x108), "NT_PPC_TM_CGPR != 0x108"); 200 # define NT_PPC_TM_CGPR 0x108 506 XLAT(NT_PPC_TM_CGPR),
|
D | nt_descriptor_types.in | 28 NT_PPC_TM_CGPR 0x108
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 53 #define NT_PPC_TM_CGPR 0x108 macro 487 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr() 515 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr() 524 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 391 #define NT_PPC_TM_CGPR 0x108 /* TM checkpointed GPR Registers */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 772 #define NT_PPC_TM_CGPR 0x108 /* TM checkpointed GPR Registers */ macro
|