Searched refs:retpc (Results 1 – 3 of 3) sorted by relevance
271 target_ulong retpc = env->sepc; in helper_sret() local272 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() local331 if (!riscv_has_ext(env, RVC) && (retpc & 0x3)) { in helper_mret()370 return retpc; in helper_mret()
168 frame->sw.retpc = (unsigned long)ret_from_kernel_thread; in copy_thread()175 frame->sw.retpc = (unsigned long)ret_from_fork; in copy_thread()
66 unsigned long retpc; member