Searched refs:newpc (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/alpha/mm/ |
H A D | fault.c | 194 unsigned long newpc; in do_page_fault() local 195 newpc = fixup_exception(dpf_reg, fixup, regs->pc); in do_page_fault() 196 regs->pc = newpc; in do_page_fault()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | traps.c | 584 unsigned long newpc; in do_entUna() local 585 newpc = fixup_exception(una_reg, fixup, pc); in do_entUna() 588 pc, newpc); in do_entUna() 590 regs->pc = newpc; in do_entUna()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 973 -int mips_next_pcs(struct process *proc, uint32_t pc, uint32_t *newpc) 975 + unsigned long *newpc) 983 @@ -277,8 +360,8 @@ int mips_next_pcs(struct process *proc, uint32_t pc, uint32_t *newpc) 988 - printf("pc=%x %x\n", newpc[0], newpc[1]); 990 + printf("pc=%lx %lx\n", newpc[0], newpc[1]);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | m_helper.c | 1918 uint32_t newpc, newpsr, newpsr_exc; in do_v7m_function_return() local 1942 newpc = cpu_ldl_mmu(env, frameptr, oi, 0); in do_v7m_function_return() 1970 env->thumb = newpc & 1; in do_v7m_function_return() 1971 env->regs[15] = newpc & ~1; in do_v7m_function_return()
|
/openbmc/qemu/target/arm/ |
H A D | helper.c | 11085 uint32_t newpc) in take_aarch32_exception() argument 11156 env->regs[15] = newpc; in take_aarch32_exception()
|