Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_ISI (Results 1 – 10 of 10) sorted by relevance

/qemu/target/ppc/
H A Dmmu-hash32.c206 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_direct_store()
418 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_xlate()
450 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_xlate()
461 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_xlate()
488 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_xlate()
H A Duser_only_helper.c41 exception = POWERPC_EXCP_ISI; in ppc_cpu_record_sigsegv()
H A Dexcp_helper.c46 case POWERPC_EXCP_ISI: return "ISI"; in powerpc_excp_name()
484 case POWERPC_EXCP_ISI: /* Instruction storage exception */ in powerpc_excp_40x()
587 case POWERPC_EXCP_ISI: /* Instruction storage exception */ in powerpc_excp_6xx()
728 case POWERPC_EXCP_ISI: /* Instruction storage exception */ in powerpc_excp_7xx()
880 case POWERPC_EXCP_ISI: /* Instruction storage exception */ in powerpc_excp_74xx()
1052 case POWERPC_EXCP_ISI: /* Instruction storage exception */ in powerpc_excp_booke()
1359 case POWERPC_EXCP_ISI: /* Instruction storage exception */ in powerpc_excp_books()
H A Dcpu_init.c1651 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_4xx()
1700 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_MPC8xx()
1731 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_G2()
1757 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000000; in init_excp_e200()
1792 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000000; in init_excp_BookE()
1818 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_603()
1842 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_604()
1864 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_7x0()
1887 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_750cl()
1909 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_750cx()
[all …]
H A Dmmu_common.c1371 cs->exception_index = POWERPC_EXCP_ISI; in ppc_jumbo_xlate()
1388 cs->exception_index = POWERPC_EXCP_ISI; in ppc_jumbo_xlate()
1393 cs->exception_index = POWERPC_EXCP_ISI; in ppc_jumbo_xlate()
H A Dmmu-radix64.c125 cs->exception_index = POWERPC_EXCP_ISI; in ppc_radix64_raise_si()
H A Dmmu-hash64.c789 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash64_set_isi()
H A Dcpu.h70 POWERPC_EXCP_ISI = 3, /* Instruction storage exception */ enumerator
H A Dkvm.c1071 kvm_sync_excp(env, POWERPC_EXCP_ISI, SPR_BOOKE_IVOR3); in kvmppc_get_booke_sregs()
/qemu/linux-user/ppc/
H A Dcpu_loop.c96 case POWERPC_EXCP_ISI: /* Instruction storage exception */ in cpu_loop()