tm_spr_regs        13 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c 	struct tm_spr_regs regs;
tm_spr_regs        24 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c int validate_tm_spr(struct tm_spr_regs *regs)
tm_spr_regs        85 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c 		ret = validate_tm_spr((struct tm_spr_regs *)&cptr->regs);
tm_spr_regs       100 tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c 	FAIL_IF(show_tm_spr(child, (struct tm_spr_regs *)&pptr->regs));
tm_spr_regs       648 tools/testing/selftests/powerpc/ptrace/ptrace.h int show_tm_spr(pid_t child, struct tm_spr_regs *out)
tm_spr_regs       650 tools/testing/selftests/powerpc/ptrace/ptrace.h 	struct tm_spr_regs *regs;
tm_spr_regs       654 tools/testing/selftests/powerpc/ptrace/ptrace.h 	regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs));
tm_spr_regs       661 tools/testing/selftests/powerpc/ptrace/ptrace.h 	iov.iov_len = sizeof(struct tm_spr_regs);
tm_spr_regs       670 tools/testing/selftests/powerpc/ptrace/ptrace.h 		memcpy(out, regs, sizeof(struct tm_spr_regs));