Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c473 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_load_dcr()
485 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_load_dcr()
497 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_store_dcr()
508 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_store_dcr()
H A Dmmu-hash64.c346 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_SLBMTE()
357 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_SLBMFEE()
369 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_SLBFEE()
381 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_SLBMFEV()
H A Dcpu_init.c1699 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_4xx()
1728 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x000000E0; in init_excp_ppe42()
1745 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_MPC5xx()
1772 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_MPC8xx()
1803 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_G2()
1829 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000000; in init_excp_e500()
1864 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000000; in init_excp_BookE()
1890 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_603()
1914 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_604()
1936 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_7x0()
[all …]
H A Dmmu_helper.c543 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_tlbie_isa300()
1061 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_booke206_tlbwe()
1071 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_booke206_tlbwe()
H A Dmem_helper.c208 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_lswx()
H A Dmmu_common.c795 cs->exception_index = POWERPC_EXCP_PROGRAM; in ppc_6xx_xlate()
H A Dcpu.h76 POWERPC_EXCP_PROGRAM = 6, /* Program exception */ enumerator