Home
last modified time | relevance | path

Searched refs:nip (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Dtraps.c63 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar); in show_regs()
135 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
136 regs->nip = fixup; in MachineCheckException()
200 regs->nip, regs->msr, regs->trap); in UnknownException()
206 rt_kprintf("Debugger trap at @ %lx @regs %lx\n", regs->nip, (rt_uint32_t)regs ); in DebugException()
/nrf52832-nimble/rt-thread/libcpu/ppc/common/
H A Dptrace.h25 PPC_REG nip; member
46 #define instruction_pointer(regs) ((regs)->nip)
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/
H A Dptrace.h30 PPC_REG nip; member
51 #define instruction_pointer(regs) ((regs)->nip)
H A Dprocessor.h1097 void start_thread(struct pt_regs *regs, unsigned long nip, unsigned long sp);
1176 return (t->regs) ? t->regs->nip : 0; in thread_saved_pc()
1185 #define KSTK_EIP(tsk) ((tsk)->thread.regs->nip)