Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu.c220 static const char * const riscv_excp_names[] = { variable
272 return (cause < ARRAY_SIZE(riscv_excp_names)) ? in riscv_cpu_get_trap_name()
273 riscv_excp_names[cause] : "(unknown)"; in riscv_cpu_get_trap_name()