Home
last modified time | relevance | path

Searched refs:spapr_phb_eeh_available (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/pci-host/
H A Dspapr.h121 bool spapr_phb_eeh_available(SpaprPhbState *sphb);
129 static inline bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available() function
/openbmc/qemu/hw/ppc/
H A Dspapr_pci_vfio.c129 bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available() function
322 bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available() function
H A Dspapr_pci.c500 if (!spapr_phb_eeh_available(sphb)) { in rtas_ibm_set_eeh_option()
533 if (!spapr_phb_eeh_available(sphb)) { in rtas_ibm_get_config_addr_info2()
586 if (!spapr_phb_eeh_available(sphb)) { in rtas_ibm_read_slot_reset_state2()
630 if (!spapr_phb_eeh_available(sphb)) { in rtas_ibm_set_slot_reset()
662 if (!spapr_phb_eeh_available(sphb)) { in rtas_ibm_configure_pe()
695 if (!spapr_phb_eeh_available(sphb)) { in rtas_ibm_slot_error_detail()
2029 if (spapr_phb_eeh_available(SPAPR_PCI_HOST_BRIDGE(qdev))) { in spapr_phb_reset()