Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h131 POWERPC_EXCP_ITLBE = 92, /* Instruction TLB error */ enumerator
H A Dexcp_helper.c96 case POWERPC_EXCP_ITLBE: return "ITLBE"; in powerpc_excp_name()
H A Dcpu_init.c1713 env->excp_vectors[POWERPC_EXCP_ITLBE] = 0x00001300; in init_excp_MPC8xx()