Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_ITLB (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.c628 cs->exception_index = POWERPC_EXCP_ITLB; in ppc_40x_xlate()
H A Dcpu_init.c1705 env->excp_vectors[POWERPC_EXCP_ITLB] = 0x00001200; in init_excp_4xx()
1779 env->excp_vectors[POWERPC_EXCP_ITLB] = 0x00001100; in init_excp_MPC8xx()
1837 env->excp_vectors[POWERPC_EXCP_ITLB] = 0x00000000; in init_excp_e500()
1872 env->excp_vectors[POWERPC_EXCP_ITLB] = 0x00000000; in init_excp_BookE()
H A Dcpu.h84 POWERPC_EXCP_ITLB = 14, /* Instruction TLB miss */ enumerator