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()
526 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_40x()
630 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_6xx()
771 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_7xx()
921 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_74xx()
1095 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_booke()
1304 case POWERPC_EXCP_ALIGN: in is_prefix_insn_excp()
1413 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_books()
3148 cs->exception_index = POWERPC_EXCP_ALIGN; in ppc_cpu_do_unaligned_access()
H A Dcpu_init.c1654 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_4xx()
1676 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_MPC5xx()
1703 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_MPC8xx()
1734 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_G2()
1760 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000000; in init_excp_e200()
1795 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000000; in init_excp_BookE()
1821 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_603()
1845 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_604()
1867 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_7x0()
1890 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.c2542 gen_exception_err(ctx, POWERPC_EXCP_ALIGN, in gen_align_no_le()
6571 gen_exception_err(ctx, POWERPC_EXCP_ALIGN, POWERPC_EXCP_ALIGN_INSN); in ppc_tr_translate_insn()