Home
last modified time | relevance | path

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

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