Home
last modified time | relevance | path

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

/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.h30 const char *mips_exception_name(int32_t exception);
/qemu/target/mips/tcg/system/
H A Dtlb_helper.c1043 mips_exception_name(cs->exception_index)); in mips_cpu_do_interrupt()