Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_bits.h686 RISCV_EXCP_INST_PAGE_FAULT = 0xc, /* since: priv-1.10.0 */ enumerator
H A Dcpu_helper.c1302 cs->exception_index = RISCV_EXCP_INST_PAGE_FAULT; in raise_mmu_exception()
1855 case RISCV_EXCP_INST_PAGE_FAULT: in riscv_cpu_do_interrupt()
H A Dcsr.c1409 (1ULL << (RISCV_EXCP_INST_PAGE_FAULT)) | \