Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/
H A Dcpu.h95 #define EXCCODE_PME EXCODE(4, 0) macro
H A Dcpu.c58 {EXCCODE_PME, "Page modified exception"},
216 case EXCCODE_PME: in loongarch_cpu_do_interrupt()
/openbmc/qemu/target/loongarch/tcg/
H A Dtlb_helper.c83 cs->exception_index = EXCCODE_PME; in raise_mmu_exception()