Searched refs:tm_spr_regs (Results 1 – 3 of 3) sorted by relevance
13 struct tm_spr_regs regs;24 int validate_tm_spr(struct tm_spr_regs *regs) in validate_tm_spr()85 ret = validate_tm_spr((struct tm_spr_regs *)&cptr->regs); in tm_spr()100 FAIL_IF(show_tm_spr(child, (struct tm_spr_regs *)&pptr->regs)); in trace_tm_spr()
37 struct tm_spr_regs { struct648 int show_tm_spr(pid_t child, struct tm_spr_regs *out) in show_tm_spr()650 struct tm_spr_regs *regs; in show_tm_spr()654 regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs)); in show_tm_spr()661 iov.iov_len = sizeof(struct tm_spr_regs); in show_tm_spr()670 memcpy(out, regs, sizeof(struct tm_spr_regs)); in show_tm_spr()
97 static const Ebl_Register_Location tm_spr_regs[] = variable110 EXTRA_REGSET (NT_PPC_TM_SPR, 3 * 8, tm_spr_regs)