Home
last modified time | relevance | path

Searched refs:EXCP_MMU (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dhelper.c143 if (cs->exception_index == EXCP_MMU) { in mb_cpu_tlb_fill()
148 cs->exception_index = EXCP_MMU;
193 case EXCP_MMU: in mb_cpu_do_interrupt()
H A Dcpu.h34 #define EXCP_MMU 1 macro