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.h96 #define EXCCODE_PME EXCODE(4, 0) macro
H A Dcpu.c43 [EXCCODE_PME] = "Page modified exception",
201 case EXCCODE_PME: in loongarch_cpu_do_interrupt()
H A Dtlb_helper.c284 cs->exception_index = EXCCODE_PME; in raise_mmu_exception()