Home
last modified time | relevance | path

Searched refs:PT_NIP (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/tools/testing/selftests/powerpc/alignment/
Dcopy_first_unaligned.c22 unsigned int *pc = (unsigned int *)ctx->uc_mcontext.gp_regs[PT_NIP]; in signal_action_handler()
24 unsigned int *pc = (unsigned int *)ctx->uc_mcontext.uc_regs->gregs[PT_NIP]; in signal_action_handler()
Dalignment_handler.c67 ucp->uc_mcontext.gp_regs[PT_NIP] += 4; in sighandler()
69 ucp->uc_mcontext.uc_regs->gregs[PT_NIP] += 4; in sighandler()
/Linux-v5.4/tools/testing/selftests/powerpc/tm/
Dtm-trap.c116 ucp->uc_mcontext.gp_regs[PT_NIP] += 16; in trap_signal_handler()
124 ucp->uc_mcontext.gp_regs[PT_NIP] += 4; in trap_signal_handler()
172 ucp->uc_mcontext.gp_regs[PT_NIP] += 8; in trap_signal_handler()
/Linux-v5.4/tools/testing/selftests/powerpc/include/
Dutils.h104 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP]
107 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
/Linux-v5.4/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c14 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP]
16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
/Linux-v5.4/tools/testing/selftests/powerpc/signal/
Dsigfuz.c155 ucp->uc_mcontext.gp_regs[PT_NIP] = random(); in trap_signal_handler()
159 ucp->uc_link->uc_mcontext.gp_regs[PT_NIP] = random(); in trap_signal_handler()
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dptrace.h101 #define PT_NIP 32 macro
/Linux-v5.4/arch/powerpc/perf/
Dcallchain.c269 if (read_user_stack_64(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_64()
468 if (read_user_stack_32(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_32()
/Linux-v5.4/arch/powerpc/kernel/
Dsignal_64.c350 err |= __get_user(regs->nip, &sc->gp_regs[PT_NIP]); in restore_sigcontext()
457 err |= __get_user(regs->nip, &tm_sc->gp_regs[PT_NIP]); in restore_tm_sigcontexts()
458 err |= __get_user(tsk->thread.tm_tfhar, &sc->gp_regs[PT_NIP]); in restore_tm_sigcontexts()
Dsignal_32.c760 err |= __get_user(current->thread.tm_tfhar, &sr->mc_gregs[PT_NIP]); in restore_tm_user_regs()