Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash32.c127 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_direct_store()
324 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_xlate()
356 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_xlate()
367 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_xlate()
394 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash32_xlate()
H A Duser_only_helper.c40 exception = POWERPC_EXCP_ISI; in ppc_cpu_record_sigsegv()
H A Dmmu_common.c635 cs->exception_index = POWERPC_EXCP_ISI; in ppc_40x_xlate()
716 cs->exception_index = POWERPC_EXCP_ISI; in ppc_6xx_xlate()
721 cs->exception_index = POWERPC_EXCP_ISI; in ppc_6xx_xlate()
727 cs->exception_index = POWERPC_EXCP_ISI; in ppc_6xx_xlate()
H A Dmmu-booke.c517 POWERPC_EXCP_ISI : POWERPC_EXCP_DSI; in ppc_booke_xlate()
525 cs->exception_index = POWERPC_EXCP_ISI; in ppc_booke_xlate()
H A Dcpu_init.c1696 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_4xx()
1725 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000080; in init_excp_ppe42()
1769 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_MPC8xx()
1800 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_G2()
1826 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000000; in init_excp_e500()
1861 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000000; in init_excp_BookE()
1887 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_603()
1911 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_604()
1933 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_7x0()
1956 env->excp_vectors[POWERPC_EXCP_ISI] = 0x00000400; in init_excp_750cl()
[all …]
H A Dmmu-radix64.c157 cs->exception_index = POWERPC_EXCP_ISI; in ppc_radix64_raise_si()
H A Dmmu-hash64.c835 cs->exception_index = POWERPC_EXCP_ISI; in ppc_hash64_set_isi()
H A Dcpu.h73 POWERPC_EXCP_ISI = 3, /* Instruction storage exception */ enumerator