Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c104 static inline void exception_return(CPUMIPSState *env) in exception_return() function
120 exception_return(env); in helper_eret()
127 exception_return(env); in helper_eretnc()
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.h85 DEF_HELPER_2(exception_return, void, env, i64)
H A Dhelper-a64.c772 void HELPER(exception_return)(CPUARMState *env, uint64_t new_pc) in HELPER() argument