Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_HV_EMU (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c100 case POWERPC_EXCP_HV_EMU: return "HV_EMU"; in powerpc_excp_name()
463 raise_exception_err(env, POWERPC_EXCP_HV_EMU, in helper_attn()
495 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_40x()
602 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_6xx()
745 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_7xx()
895 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_74xx()
1043 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_booke()
1308 case POWERPC_EXCP_HV_EMU: in is_prefix_insn_excp()
1356 if (excp == POWERPC_EXCP_HV_EMU && !(env->msr_mask & MSR_HVB) && in powerpc_excp_books()
1542 case POWERPC_EXCP_HV_EMU: { in powerpc_excp_books()
H A Dcpu.h137 POWERPC_EXCP_HV_EMU = 96, /* HV emulation assistance */ enumerator
H A Dtranslate.c390 gen_exception_err(ctx, POWERPC_EXCP_HV_EMU, POWERPC_EXCP_INVAL | error); in gen_inval_exception()
401 gen_exception_err(ctx, POWERPC_EXCP_HV_EMU, POWERPC_EXCP_PRIV | error); in gen_hvpriv_exception()
H A Dcpu_init.c2050 env->excp_vectors[POWERPC_EXCP_HV_EMU] = 0x00000E40; in init_excp_POWER7()
/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c106 case POWERPC_EXCP_HV_EMU: /* HV emulation */ in cpu_loop()