Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c95 case POWERPC_EXCP_HV_EMU: return "HV_EMU"; in powerpc_excp_name()
420 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_40x()
527 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_6xx()
670 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_7xx()
820 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_74xx()
968 if (excp == POWERPC_EXCP_HV_EMU) { in powerpc_excp_booke()
1233 case POWERPC_EXCP_HV_EMU: in is_prefix_insn_excp()
1281 if (excp == POWERPC_EXCP_HV_EMU && !(env->msr_mask & MSR_HVB) && in powerpc_excp_books()
1467 case POWERPC_EXCP_HV_EMU: { in powerpc_excp_books()
H A Dtcg-excp_helper.c440 raise_exception_err(env, POWERPC_EXCP_HV_EMU, in helper_attn()
H A Dcpu.h139 POWERPC_EXCP_HV_EMU = 96, /* HV emulation assistance */ enumerator
H A Dtranslate.c391 gen_exception_err(ctx, POWERPC_EXCP_HV_EMU, POWERPC_EXCP_INVAL | error); in gen_inval_exception()
402 gen_exception_err(ctx, POWERPC_EXCP_HV_EMU, POWERPC_EXCP_PRIV | error); in gen_hvpriv_exception()
H A Dcpu_init.c2062 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()