Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.c2247 pcc->excp_model = POWERPC_EXCP_40x;
2292 pcc->excp_model = POWERPC_EXCP_PPE42;
2394 pcc->excp_model = POWERPC_EXCP_BOOKE; in init_proc_440x5()
2433 pcc->excp_model = POWERPC_EXCP_BOOKE;
2485 pcc->excp_model = POWERPC_EXCP_BOOKE;
2555 pcc->excp_model = POWERPC_EXCP_BOOKE; in POWERPC_FAMILY()
2594 pcc->excp_model = POWERPC_EXCP_BOOKE; in POWERPC_FAMILY()
2637 pcc->excp_model = POWERPC_EXCP_6xx; in POWERPC_FAMILY()
2679 pcc->excp_model = POWERPC_EXCP_6xx; in init_proc_e200()
2737 pcc->excp_model in init_proc_e200()
[all...]
H A Dexcp_helper.c1728 switch (env->excp_model) {
2159 switch (env->excp_model) { in p8_deliver_interrupt()
2173 if (env->excp_model == POWERPC_EXCP_PPE42) { in p8_deliver_interrupt()
2523 switch (env->excp_model) {
H A Dtcg-excp_helper.c262 switch (env->excp_model) { in ppc_cpu_do_transaction_failed()
H A Dcpu.h1388 powerpc_excp_t excp_model;
1569 powerpc_excp_t excp_model; in DECLARE_OBJ_CHECKERS()
1329 powerpc_excp_t excp_model; global() member
1510 powerpc_excp_t excp_model; global() member
H A Dkvm.c190 if (cenv->excp_model == POWERPC_EXCP_BOOKE) { in kvm_arch_sync_sregs()
471 if (cenv->excp_model == POWERPC_EXCP_BOOKE) { in kvmppc_hw_debug_points_init()
H A Dtranslate.c182 powerpc_excp_t excp_model; member
4512 if (ctx->excp_model == POWERPC_EXCP_970 && !(ctx->opcode & 0x00200000)) {
6539 ctx->excp_model = env->excp_model; in ppc_tr_init_disas_context()
/openbmc/qemu/hw/ppc/
H A Dpnv.c1922 if (env->excp_model == POWERPC_EXCP_POWER9) { in pnv_chip_power9_realize()