Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c50 case POWERPC_EXCP_ALIGN: return "ALIGN"; in powerpc_excp_name()
520 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_40x()
624 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_6xx()
765 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_7xx()
915 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_74xx()
1089 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_booke()
1298 case POWERPC_EXCP_ALIGN: in is_prefix_insn_excp()
1407 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_books()
3171 cs->exception_index = POWERPC_EXCP_ALIGN; in ppc_cpu_do_unaligned_access()
H A Dcpu_init.c1655 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_4xx()
1677 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_MPC5xx()
1704 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_MPC8xx()
1735 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_G2()
1761 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000000; in init_excp_e200()
1796 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000000; in init_excp_BookE()
1822 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_603()
1846 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_604()
1868 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_7x0()
1891 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_750cl()
[all …]
H A Dmmu-hash32.c143 cs->exception_index = POWERPC_EXCP_ALIGN; in ppc_hash32_direct_store()
H A Dmmu_common.c767 cs->exception_index = POWERPC_EXCP_ALIGN; in ppc_6xx_xlate()
H A Dcpu.h73 POWERPC_EXCP_ALIGN = 5, /* Alignment exception */ enumerator
H A Dkvm.c1075 kvm_sync_excp(env, POWERPC_EXCP_ALIGN, SPR_BOOKE_IVOR5); in kvmppc_get_booke_sregs()
H A Dtranslate.c2539 gen_exception_err(ctx, POWERPC_EXCP_ALIGN, in gen_align_no_le()
6568 gen_exception_err(ctx, POWERPC_EXCP_ALIGN, POWERPC_EXCP_ALIGN_INSN); in ppc_tr_translate_insn()