Home
last modified time | relevance | path

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

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