Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_DTLB (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-booke.c510 POWERPC_EXCP_ITLB : POWERPC_EXCP_DTLB; in ppc_booke_xlate()
H A Dmmu_common.c645 cs->exception_index = POWERPC_EXCP_DTLB; in ppc_40x_xlate()
H A Dcpu_init.c1704 env->excp_vectors[POWERPC_EXCP_DTLB] = 0x00001100; in init_excp_4xx()
1780 env->excp_vectors[POWERPC_EXCP_DTLB] = 0x00001200; in init_excp_MPC8xx()
1836 env->excp_vectors[POWERPC_EXCP_DTLB] = 0x00000000; in init_excp_e500()
1871 env->excp_vectors[POWERPC_EXCP_DTLB] = 0x00000000; in init_excp_BookE()
H A Dcpu.h83 POWERPC_EXCP_DTLB = 13, /* Data TLB miss */ enumerator