Home
last modified time | relevance | path

Searched refs:EXCP_LAST (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dexception.c90 static const char * const excp_names[EXCP_LAST + 1] = {
133 if (exception < 0 || exception > EXCP_LAST) { in mips_exception_name()
/openbmc/qemu/target/mips/
H A Dcpu.h1304 EXCP_LAST = EXCP_SEMIHOST, enumerator