Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/
H A Dtlb_helper.c65 cs->exception_index = EXCCODE_PIS; in raise_mmu_exception()
76 cs->exception_index = EXCCODE_PIS; in raise_mmu_exception()
/openbmc/qemu/target/loongarch/
H A Dcpu.c56 {EXCCODE_PIS, "Page invalid exception for store"},
215 case EXCCODE_PIS: in loongarch_cpu_do_interrupt()
H A Dcpu.h93 #define EXCCODE_PIS EXCODE(2, 0) macro