HomeSort by relevance Sort by last modified time
    Searched refs:tm_spr_regs (Results 1 - 2 of 2) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace-tm-spr.c 17 struct tm_spr_regs regs;
28 int validate_tm_spr(struct tm_spr_regs *regs)
90 ret = validate_tm_spr((struct tm_spr_regs *)&cptr->regs);
105 FAIL_IF(show_tm_spr(child, (struct tm_spr_regs *)&pptr->regs));
ptrace.h 41 struct tm_spr_regs { struct
614 int show_tm_spr(pid_t child, struct tm_spr_regs *out)
616 struct tm_spr_regs *regs;
620 regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs));
627 iov.iov_len = sizeof(struct tm_spr_regs);
636 memcpy(out, regs, sizeof(struct tm_spr_regs));

Completed in 67 milliseconds