Home
last modified time | relevance | path

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

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