Home
last modified time | relevance | path

Searched defs:sphb (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_pci_vfio.c129 bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available()
134 static void spapr_phb_vfio_eeh_reenable(SpaprPhbState *sphb) in spapr_phb_vfio_eeh_reenable()
160 int spapr_phb_vfio_eeh_set_option(SpaprPhbState *sphb, in spapr_phb_vfio_eeh_set_option()
223 int spapr_phb_vfio_eeh_get_state(SpaprPhbState *sphb, int *state) in spapr_phb_vfio_eeh_get_state()
272 static void spapr_phb_vfio_eeh_pre_reset(SpaprPhbState *sphb) in spapr_phb_vfio_eeh_pre_reset()
279 int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset()
308 int spapr_phb_vfio_eeh_configure(SpaprPhbState *sphb) in spapr_phb_vfio_eeh_configure()
322 bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available()
331 int spapr_phb_vfio_eeh_set_option(SpaprPhbState *sphb, in spapr_phb_vfio_eeh_set_option()
342 int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset()
[all …]
H A Dspapr_rtas_ddw.c38 static unsigned spapr_phb_get_active_win_num(SpaprPhbState *sphb) in spapr_phb_get_active_win_num()
59 static unsigned spapr_phb_get_free_liobn(SpaprPhbState *sphb) in spapr_phb_get_free_liobn()
99 SpaprPhbState *sphb; in rtas_ibm_query_pe_dma_window() local
149 SpaprPhbState *sphb; in rtas_ibm_create_pe_dma_window() local
226 SpaprPhbState *sphb; in rtas_ibm_remove_pe_dma_window() local
276 SpaprPhbState *sphb; in rtas_ibm_reset_pe_dma_window() local
H A Dspapr_pci.c68 SpaprPhbState *sphb; in spapr_pci_find_phb() local
482 SpaprPhbState *sphb; in rtas_ibm_set_eeh_option() local
518 SpaprPhbState *sphb; in rtas_ibm_get_config_addr_info2() local
572 SpaprPhbState *sphb; in rtas_ibm_read_slot_reset_state2() local
614 SpaprPhbState *sphb; in rtas_ibm_set_slot_reset() local
648 SpaprPhbState *sphb; in rtas_ibm_configure_pe() local
681 SpaprPhbState *sphb; in rtas_ibm_slot_error_detail() local
1281 SpaprPhbState *sphb; member
2138 SpaprPhbState *sphb = opaque; in spapr_pci_pre_save() local
2176 SpaprPhbState *sphb = opaque; in spapr_pci_post_save() local
[all …]
H A Dspapr.c4126 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(drc->dev); in spapr_phb_dt_populate() local
4149 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(dev); in spapr_phb_pre_plug() local
4186 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(dev); in spapr_phb_plug() local
4224 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(dev); in spapr_phb_unplug_request() local
/qemu/include/hw/pci-host/
H A Dspapr.h134 static inline bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available()
138 static inline int spapr_phb_vfio_eeh_set_option(SpaprPhbState *sphb, in spapr_phb_vfio_eeh_set_option()
143 static inline int spapr_phb_vfio_eeh_get_state(SpaprPhbState *sphb, in spapr_phb_vfio_eeh_get_state()
148 static inline int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset()
152 static inline int spapr_phb_vfio_eeh_configure(SpaprPhbState *sphb) in spapr_phb_vfio_eeh_configure()
163 static inline unsigned spapr_phb_windows_supported(SpaprPhbState *sphb) in spapr_phb_windows_supported()