Home
last modified time | relevance | path

Searched refs:retpc (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dop_helper.c271 target_ulong retpc = env->sepc; in helper_sret() local
272 if (!riscv_has_ext(env, RVC) && (retpc & 0x3)) { in helper_sret()
321 return retpc; in helper_sret()
330 target_ulong retpc = env->mepc; in helper_mret() local
331 if (!riscv_has_ext(env, RVC) && (retpc & 0x3)) { in helper_mret()
370 return retpc; in helper_mret()
/openbmc/linux/arch/m68k/kernel/
H A Dprocess.c168 frame->sw.retpc = (unsigned long)ret_from_kernel_thread; in copy_thread()
175 frame->sw.retpc = (unsigned long)ret_from_fork; in copy_thread()
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h66 unsigned long retpc; member