Home
last modified time | relevance | path

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

/openbmc/qemu/target/nios2/
H A Dhelper.c138 case EXCP_TLB_X: in nios2_cpu_do_interrupt()
202 case EXCP_TLB_X: in nios2_cpu_do_interrupt()
356 excp = (access_type == MMU_INST_FETCH ? EXCP_TLB_X: EXCP_TLB_D); in nios2_cpu_tlb_fill()
H A Dcpu.h173 #define EXCP_TLB_X 12 macro
174 #define EXCP_TLB_D (0x1000 | EXCP_TLB_X)