Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h132 POWERPC_EXCP_DTLBE = 93, /* Data TLB error */ enumerator
H A Dexcp_helper.c97 case POWERPC_EXCP_DTLBE: return "DTLBE"; in powerpc_excp_name()
H A Dcpu_init.c1714 env->excp_vectors[POWERPC_EXCP_DTLBE] = 0x00001400; in init_excp_MPC8xx()