Home
last modified time | relevance | path

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

/qemu/target/loongarch/
H A Dcpu.c59 {EXCCODE_PNR, "Page Not Readable exception"},
217 case EXCCODE_PNR: in loongarch_cpu_do_interrupt()
H A Dcpu.h96 #define EXCCODE_PNR EXCODE(5, 0) macro
/qemu/target/loongarch/tcg/
H A Dtlb_helper.c91 cs->exception_index = EXCCODE_PNR; in raise_mmu_exception()