Home
last modified time | relevance | path

Searched refs:newpc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/alpha/mm/
H A Dfault.c194 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 Dtraps.c584 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 D0001-Add-support-for-mips64-n32-n64.patch973 -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 Dm_helper.c1918 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 Dhelper.c11085 uint32_t newpc) in take_aarch32_exception() argument
11156 env->regs[15] = newpc; in take_aarch32_exception()