Searched refs:excp_names (Results 1 – 4 of 4) sorted by relevance
28 static const char * const excp_names[0x80] = { variable62 if (exception_index < 0 || exception_index >= ARRAY_SIZE(excp_names)) { in excp_name_str()65 return excp_names[exception_index]; in excp_name_str()
30 static const char * const excp_names[0x80] = { variable153 name = excp_names[intno]; in sparc_cpu_do_interrupt()
90 static const char * const excp_names[EXCP_LAST + 1] = { variable136 return excp_names[exception]; in mips_exception_name()
53 static const struct TypeExcp excp_names[] = { variable81 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()