Home
last modified time | relevance | path

Searched refs:excp_names (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dint32_helper.c28 static const char * const excp_names[0x80] = { variable
62 if (exception_index < 0 || exception_index >= ARRAY_SIZE(excp_names)) { in excp_name_str()
65 return excp_names[exception_index]; in excp_name_str()
H A Dint64_helper.c30 static const char * const excp_names[0x80] = { variable
153 name = excp_names[intno]; in sparc_cpu_do_interrupt()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c90 static const char * const excp_names[EXCP_LAST + 1] = { variable
136 return excp_names[exception]; in mips_exception_name()
/openbmc/qemu/target/loongarch/
H A Dcpu.c53 static const struct TypeExcp excp_names[] = { variable
81 for (i = 0; i < ARRAY_SIZE(excp_names); i++) { in loongarch_exception_name()
82 if (excp_names[i].exccode == exception) { in loongarch_exception_name()
83 return excp_names[i].name; in loongarch_exception_name()