Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.c1698 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_4xx()
1727 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x000000C0; in init_excp_ppe42()
1744 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_MPC5xx()
1771 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_MPC8xx()
1802 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_G2()
1828 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000000; in init_excp_e500()
1863 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000000; in init_excp_BookE()
1889 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_603()
1913 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_604()
1935 env->excp_vectors[POWERPC_EXCP_ALIGN] = 0x00000600; in init_excp_7x0()
[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.h75 POWERPC_EXCP_ALIGN = 5, /* Alignment exception */ enumerator