Home
last modified time | relevance | path

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

/qemu/linux-user/ppc/
H A Dcpu_loop.c265 case POWERPC_EXCP_HDSI: /* Hypervisor data storage exception */ in cpu_loop()
/qemu/target/ppc/
H A Dexcp_helper.c70 case POWERPC_EXCP_HDSI: return "HDSI"; in powerpc_excp_name()
1213 case POWERPC_EXCP_HDSI: in is_prefix_insn_excp()
1458 case POWERPC_EXCP_HDSI: /* Hypervisor data storage exception */ in powerpc_excp_books()
H A Dmmu-radix64.c205 cs->exception_index = POWERPC_EXCP_HDSI; in ppc_radix64_raise_hsi()
H A Dmmu-hash64.c852 cs->exception_index = POWERPC_EXCP_HDSI; in ppc_hash64_set_dsi()
H A Dcpu.h103 POWERPC_EXCP_HDSI = 69, /* Hypervisor data storage exception */ enumerator
H A Dcpu_init.c2060 env->excp_vectors[POWERPC_EXCP_HDSI] = 0x00000E00; in init_excp_POWER7()
/qemu/hw/ppc/
H A Dspapr_nested.c509 if (excp == POWERPC_EXCP_HDSI) { in spapr_exit_nested_hv()
1635 if ((excp != POWERPC_EXCP_HDSI) && (excp != POWERPC_EXCP_HISI)) { in exit_nested_store_l2()
1637 } else if (excp != POWERPC_EXCP_HDSI) { in exit_nested_store_l2()