Home
last modified time | relevance | path

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

/qemu/target/rx/
H A Dhelper.c83 const char *expname = "unknown exception"; in rx_cpu_do_interrupt() local
97 expname = "privilege violation"; in rx_cpu_do_interrupt()
100 expname = "access exception"; in rx_cpu_do_interrupt()
103 expname = "illegal instruction"; in rx_cpu_do_interrupt()
106 expname = "fpu exception"; in rx_cpu_do_interrupt()
109 expname = "non-maskable interrupt"; in rx_cpu_do_interrupt()
112 expname = "unconditional trap"; in rx_cpu_do_interrupt()
115 (vec & 0xff), expname); in rx_cpu_do_interrupt()
/qemu/target/sh4/
H A Dhelper.c95 const char *expname; in superh_cpu_do_interrupt() local
98 expname = "addr_error"; in superh_cpu_do_interrupt()
101 expname = "tlb_miss"; in superh_cpu_do_interrupt()
104 expname = "tlb_violation"; in superh_cpu_do_interrupt()
107 expname = "illegal_instruction"; in superh_cpu_do_interrupt()
110 expname = "slot_illegal_instruction"; in superh_cpu_do_interrupt()
113 expname = "fpu_disable"; in superh_cpu_do_interrupt()
116 expname = "slot_fpu"; in superh_cpu_do_interrupt()
119 expname = "data_write"; in superh_cpu_do_interrupt()
122 expname = "dtlb_miss_write"; in superh_cpu_do_interrupt()
[all …]