Searched refs:POWERPC_EXCP_PROGRAM (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | timebase_helper.c | 473 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 D | mmu-hash64.c | 346 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 D | cpu_init.c | 1699 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 D | mmu_helper.c | 543 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 D | mem_helper.c | 208 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_lswx()
|
| H A D | mmu_common.c | 795 cs->exception_index = POWERPC_EXCP_PROGRAM; in ppc_6xx_xlate()
|
| H A D | cpu.h | 76 POWERPC_EXCP_PROGRAM = 6, /* Program exception */ enumerator
|