Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_ITLB (Results 1 – 7 of 7) sorted by relevance

/qemu/linux-user/ppc/
H A Dcpu_loop.c221 case POWERPC_EXCP_ITLB: /* Instruction TLB error */ in cpu_loop()
/qemu/target/ppc/
H A Dexcp_helper.c59 case POWERPC_EXCP_ITLB: return "ITLB"; in powerpc_excp_name()
570 case POWERPC_EXCP_ITLB: /* Instruction TLB error */ in powerpc_excp_40x()
683 case POWERPC_EXCP_ITLB: /* Instruction TLB error */ in powerpc_excp_6xx()
1155 case POWERPC_EXCP_ITLB: /* Instruction TLB error */ in powerpc_excp_booke()
H A Dmmu-booke.c510 POWERPC_EXCP_ITLB : POWERPC_EXCP_DTLB; in ppc_booke_xlate()
H A Dmmu_common.c731 cs->exception_index = POWERPC_EXCP_ITLB; in ppc_40x_xlate()
H A Dcpu_init.c1660 env->excp_vectors[POWERPC_EXCP_ITLB] = 0x00001200; in init_excp_4xx()
1710 env->excp_vectors[POWERPC_EXCP_ITLB] = 0x00001100; in init_excp_MPC8xx()
1768 env->excp_vectors[POWERPC_EXCP_ITLB] = 0x00000000; in init_excp_e200()
1803 env->excp_vectors[POWERPC_EXCP_ITLB] = 0x00000000; in init_excp_BookE()
H A Dcpu.h81 POWERPC_EXCP_ITLB = 14, /* Instruction TLB miss */ enumerator
H A Dkvm.c1091 kvm_sync_excp(env, POWERPC_EXCP_ITLB, SPR_BOOKE_IVOR14); in kvmppc_get_booke_sregs()