Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhelper.c10833 static const char * const excnames[] = { in arm_log_exception() local
10863 if (idx >= 0 && idx < ARRAY_SIZE(excnames)) { in arm_log_exception()
10864 exc = excnames[idx]; in arm_log_exception()