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.c95 if (cs->exception_index == EXCP_MMU) { in mb_cpu_tlb_fill()
100 cs->exception_index = EXCP_MMU; in mb_cpu_tlb_fill()
144 case EXCP_MMU: in mb_cpu_do_interrupt()
H A Dcpu.h32 #define EXCP_MMU 1 macro