Searched refs:expname (Results 1 – 3 of 3) sorted by relevance
85 const char *expname = "unknown exception"; in rx_cpu_do_interrupt() local99 expname = "privilege violation"; in rx_cpu_do_interrupt()102 expname = "access exception"; in rx_cpu_do_interrupt()105 expname = "illegal instruction"; in rx_cpu_do_interrupt()108 expname = "fpu exception"; in rx_cpu_do_interrupt()111 expname = "non-maskable interrupt"; in rx_cpu_do_interrupt()114 expname = "unconditional trap"; in rx_cpu_do_interrupt()117 (vec & 0xff), expname); in rx_cpu_do_interrupt()
94 const char *expname; in superh_cpu_do_interrupt() local97 expname = "addr_error"; in superh_cpu_do_interrupt()100 expname = "tlb_miss"; in superh_cpu_do_interrupt()103 expname = "tlb_violation"; in superh_cpu_do_interrupt()106 expname = "illegal_instruction"; in superh_cpu_do_interrupt()109 expname = "slot_illegal_instruction"; in superh_cpu_do_interrupt()112 expname = "fpu_disable"; in superh_cpu_do_interrupt()115 expname = "slot_fpu"; in superh_cpu_do_interrupt()118 expname = "data_write"; in superh_cpu_do_interrupt()121 expname = "dtlb_miss_write"; in superh_cpu_do_interrupt()[all …]
77 exphandle, expname = tempfile.mkstemp()83 rc = os.system('diff -u %s %s' % (inname, expname))87 os.remove(expname)