Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dexception.c131 const char *mips_exception_name(int32_t exception) in mips_exception_name() function
145 __func__, exception, mips_exception_name(exception), in do_raise_exception_err()
H A Dtcg-internal.h28 const char *mips_exception_name(int32_t exception);
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1042 mips_exception_name(cs->exception_index)); in mips_cpu_do_interrupt()