Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c45 case POWERPC_EXCP_ALIGN: return "ALIGN"; in powerpc_excp_name()
451 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_40x()
555 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_6xx()
696 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_7xx()
846 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_74xx()
1020 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_booke()
1229 case POWERPC_EXCP_ALIGN: in is_prefix_insn_excp()
1338 case POWERPC_EXCP_ALIGN: /* Alignment exception */ in powerpc_excp_books()
H A Dcpu_init.c1666 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_4xx()
1688 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_MPC5xx()
1715 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_MPC8xx()
1746 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_G2()
1772 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000000; in init_excp_e200()
1807 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000000; in init_excp_BookE()
1833 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_603()
1857 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_604()
1879 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_7x0()
1902 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 Dtcg-excp_helper.c237 cs->exception_index = POWERPC_EXCP_ALIGN; in ppc_cpu_do_unaligned_access()
H A Dmmu_common.c767 cs->exception_index = POWERPC_EXCP_ALIGN; in ppc_6xx_xlate()
H A Dcpu.h75 POWERPC_EXCP_ALIGN = 5, /* Alignment exception */ enumerator
H A Dkvm.c1082 kvm_sync_excp(env, POWERPC_EXCP_ALIGN, SPR_BOOKE_IVOR5); in kvmppc_get_booke_sregs()
H A Dtranslate.c2565 gen_exception_err(ctx, POWERPC_EXCP_ALIGN, in gen_align_no_le()
6593 gen_exception_err(ctx, POWERPC_EXCP_ALIGN, POWERPC_EXCP_ALIGN_INSN); in ppc_tr_translate_insn()