PT_NIP            752 arch/powerpc/kernel/signal_32.c 	err |= __get_user(current->thread.tm_tfhar, &sr->mc_gregs[PT_NIP]);
PT_NIP            343 arch/powerpc/kernel/signal_64.c 	err |= __get_user(regs->nip, &sc->gp_regs[PT_NIP]);
PT_NIP            450 arch/powerpc/kernel/signal_64.c 	err |= __get_user(regs->nip, &tm_sc->gp_regs[PT_NIP]);
PT_NIP            451 arch/powerpc/kernel/signal_64.c 	err |= __get_user(tsk->thread.tm_tfhar, &sc->gp_regs[PT_NIP]);
PT_NIP            269 arch/powerpc/perf/callchain.c 			if (read_user_stack_64(&uregs[PT_NIP], &next_ip) ||
PT_NIP            468 arch/powerpc/perf/callchain.c 			if (read_user_stack_32(&uregs[PT_NIP], &next_ip) ||
PT_NIP             67 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	ucp->uc_mcontext.gp_regs[PT_NIP] += 4;
PT_NIP             69 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	ucp->uc_mcontext.uc_regs->gregs[PT_NIP] += 4;
PT_NIP             22 tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c 	unsigned int *pc = (unsigned int *)ctx->uc_mcontext.gp_regs[PT_NIP];
PT_NIP             24 tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c 	unsigned int *pc = (unsigned int *)ctx->uc_mcontext.uc_regs->gregs[PT_NIP];
PT_NIP             14 tools/testing/selftests/powerpc/copyloops/exc_validate.c #define UCONTEXT_NIA(UC)	(UC)->uc_mcontext.gp_regs[PT_NIP]
PT_NIP             16 tools/testing/selftests/powerpc/copyloops/exc_validate.c #define UCONTEXT_NIA(UC)	(UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
PT_NIP            104 tools/testing/selftests/powerpc/include/utils.h #define UCONTEXT_NIA(UC)	(UC)->uc_mcontext.gp_regs[PT_NIP]
PT_NIP            107 tools/testing/selftests/powerpc/include/utils.h #define UCONTEXT_NIA(UC)	(UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
PT_NIP            155 tools/testing/selftests/powerpc/signal/sigfuz.c 		ucp->uc_mcontext.gp_regs[PT_NIP] = random();
PT_NIP            159 tools/testing/selftests/powerpc/signal/sigfuz.c 		ucp->uc_link->uc_mcontext.gp_regs[PT_NIP] = random();
PT_NIP            116 tools/testing/selftests/powerpc/tm/tm-trap.c 				ucp->uc_mcontext.gp_regs[PT_NIP] += 16;
PT_NIP            124 tools/testing/selftests/powerpc/tm/tm-trap.c 				ucp->uc_mcontext.gp_regs[PT_NIP] += 4;
PT_NIP            172 tools/testing/selftests/powerpc/tm/tm-trap.c 			ucp->uc_mcontext.gp_regs[PT_NIP] += 8;