Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c474 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_load_dcr()
486 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_load_dcr()
498 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_store_dcr()
509 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_store_dcr()
H A Dexcp_helper.c51 case POWERPC_EXCP_PROGRAM: return "PROGRAM"; in powerpc_excp_name()
496 excp = POWERPC_EXCP_PROGRAM; in powerpc_excp_40x()
603 excp = POWERPC_EXCP_PROGRAM; in powerpc_excp_6xx()
746 excp = POWERPC_EXCP_PROGRAM; in powerpc_excp_7xx()
896 excp = POWERPC_EXCP_PROGRAM; in powerpc_excp_74xx()
1044 excp = POWERPC_EXCP_PROGRAM; in powerpc_excp_booke()
1305 case POWERPC_EXCP_PROGRAM: in is_prefix_insn_excp()
1358 excp = POWERPC_EXCP_PROGRAM; in powerpc_excp_books()
2692 raise_exception_err(env, POWERPC_EXCP_PROGRAM, in helper_rfebb()
2790 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_TW()
[all …]
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 Dmmu_helper.c542 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_tlbie_isa300()
1060 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_booke206_tlbwe()
1070 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in helper_booke206_tlbwe()
H A Dcpu_init.c1655 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_4xx()
1677 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_MPC5xx()
1704 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_MPC8xx()
1735 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_G2()
1761 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000000; in init_excp_e200()
1796 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000000; in init_excp_BookE()
1822 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_603()
1846 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_604()
1868 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_7x0()
1891 env->excp_vectors[POWERPC_EXCP_PROGRAM] = 0x00000700; in init_excp_750cl()
[all …]
H A Dfpu_helper.c184 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in COMPUTE_FPRF()
267 cs->exception_index = POWERPC_EXCP_PROGRAM; in float_invalid_op_vxvc()
300 raise_exception_err_ra(env, POWERPC_EXCP_PROGRAM, in float_zero_divide_excp()
320 cs->exception_index = POWERPC_EXCP_PROGRAM; in float_overflow_excp()
338 cs->exception_index = POWERPC_EXCP_PROGRAM; in float_underflow_excp()
354 cs->exception_index = POWERPC_EXCP_PROGRAM; in float_inexact_excp()
429 cs->exception_index = POWERPC_EXCP_PROGRAM; in do_fpscr_check_status()
463 if (cs->exception_index == POWERPC_EXCP_PROGRAM && in do_float_check_status()
H A Dmem_helper.c206 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 Dkvm.c1077 kvm_sync_excp(env, POWERPC_EXCP_PROGRAM, SPR_BOOKE_IVOR6); in kvmppc_get_booke_sregs()
1649 cs->exception_index = POWERPC_EXCP_PROGRAM; in kvm_handle_debug()
H A Dcpu.h74 POWERPC_EXCP_PROGRAM = 6, /* Program exception */ enumerator
H A Dtranslate.c395 gen_exception_err(ctx, POWERPC_EXCP_PROGRAM, POWERPC_EXCP_PRIV | error); in gen_priv_exception()
3993 gen_exception_err(ctx, POWERPC_EXCP_PROGRAM, POWERPC_EXCP_TRAP); in check_unconditional_trap()
/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c105 case POWERPC_EXCP_PROGRAM: /* Program exception */ in cpu_loop()