Home
last modified time | relevance | path

Searched refs:tm_spr_regs (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-tm-spr.c17 struct tm_spr_regs regs;
28 int validate_tm_spr(struct tm_spr_regs *regs) in validate_tm_spr()
89 ret = validate_tm_spr((struct tm_spr_regs *)&cptr->regs); in tm_spr()
104 FAIL_IF(show_tm_spr(child, (struct tm_spr_regs *)&pptr->regs)); in trace_tm_spr()
Dptrace.h41 struct tm_spr_regs { struct
652 int show_tm_spr(pid_t child, struct tm_spr_regs *out) in show_tm_spr()
654 struct tm_spr_regs *regs; in show_tm_spr()
658 regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs)); in show_tm_spr()
665 iov.iov_len = sizeof(struct tm_spr_regs); in show_tm_spr()
674 memcpy(out, regs, sizeof(struct tm_spr_regs)); in show_tm_spr()
/external/elfutils/backends/
Dppc_corenote.c97 static const Ebl_Register_Location tm_spr_regs[] = variable
110 EXTRA_REGSET (NT_PPC_TM_SPR, 3 * 8, tm_spr_regs)