tm_spr_regs
FAIL_IF(show_tm_spr(child, (struct tm_spr_regs *)&pptr->regs));
struct tm_spr_regs regs;
int validate_tm_spr(struct tm_spr_regs *regs)
ret = validate_tm_spr((struct tm_spr_regs *)&cptr->regs);
int show_tm_spr(pid_t child, struct tm_spr_regs *out)
struct tm_spr_regs *regs;
regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs));
iov.iov_len = sizeof(struct tm_spr_regs);
memcpy(out, regs, sizeof(struct tm_spr_regs));