/openbmc/qemu/hw/pci/ |
H A D | pci_host.c | 161 PCIHostState *s = opaque; in pci_host_config_write() 174 PCIHostState *s = opaque; in pci_host_config_read() 185 PCIHostState *s = opaque; in pci_host_data_write() 194 PCIHostState *s = opaque; in pci_host_data_read() 228 PCIHostState *s = opaque; in pci_host_needed() 238 VMSTATE_UINT32(config_reg, PCIHostState), 244 DEFINE_PROP_BOOL("x-config-reg-migration-enabled", PCIHostState, 246 DEFINE_PROP_BOOL(PCI_HOST_BYPASS_IOMMU, PCIHostState, bypass_iommu, false), 262 .instance_size = sizeof(PCIHostState),
|
H A D | pci-internal.h | 13 typedef QLIST_HEAD(, PCIHostState) PCIHostStateList;
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_host.h | 37 OBJECT_DECLARE_TYPE(PCIHostState, PCIHostBridgeClass, PCI_HOST_BRIDGE) 39 struct PCIHostState { struct 50 QLIST_ENTRY(PCIHostState) next; argument 56 const char *(*root_bus_path)(PCIHostState *, PCIBus *);
|
H A D | pcie_host.h | 38 PCIHostState pci;
|
/openbmc/qemu/hw/pci-host/ |
H A D | uninorth.c | 83 PCIHostState *phb = PCI_HOST_BRIDGE(s); in unin_data_write() 94 PCIHostState *phb = PCI_HOST_BRIDGE(s); in unin_data_read() 120 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_main_realize() 141 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_main_init() 170 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_u3_agp_realize() 186 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_u3_agp_init() 214 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_agp_realize() 230 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_agp_init() 247 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_internal_realize() 263 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_internal_init()
|
H A D | sh_pci.c | 40 PCIHostState parent_obj; 55 PCIHostState *phb = PCI_HOST_BRIDGE(pcic); in sh_pci_reg_write() 80 PCIHostState *phb = PCI_HOST_BRIDGE(pcic); in sh_pci_reg_read() 123 PCIHostState *phb = PCI_HOST_BRIDGE(s); in sh_pcic_host_realize()
|
H A D | i440fx.c | 48 PCIHostState parent_obj; 175 PCIHostState *h = PCI_HOST_BRIDGE(obj); in i440fx_pcihost_get_pci_hole64_start_value() 207 PCIHostState *h = PCI_HOST_BRIDGE(obj); in i440fx_pcihost_get_pci_hole64_end() 225 PCIHostState *phb = PCI_HOST_BRIDGE(obj); in i440fx_pcihost_initfn() 253 PCIHostState *phb = PCI_HOST_BRIDGE(dev); in i440fx_pcihost_realize() 350 static const char *i440fx_pcihost_root_bus_path(PCIHostState *host_bridge, in i440fx_pcihost_root_bus_path()
|
H A D | remote.c | 33 static const char *remote_pcihost_root_bus_path(PCIHostState *host_bridge, in remote_pcihost_root_bus_path() 41 PCIHostState *pci = PCI_HOST_BRIDGE(dev); in remote_pcihost_realize()
|
H A D | dino.c | 98 PCIHostState *phb = PCI_HOST_BRIDGE(s); in dino_chip_read_with_attrs() 191 PCIHostState *phb = PCI_HOST_BRIDGE(s); in dino_chip_write_with_attrs() 309 PCIHostState *s = opaque; in dino_config_data_read() 316 PCIHostState *s = opaque; in dino_config_data_write() 335 PCIHostState *s = opaque; in dino_config_addr_write() 450 PCIHostState *phb = PCI_HOST_BRIDGE(obj); in dino_pcihost_init()
|
H A D | raven.c | 61 PCIHostState parent_obj; 101 PCIHostState *phb = PCI_HOST_BRIDGE(s); in raven_pci_io_write() 109 PCIHostState *phb = PCI_HOST_BRIDGE(s); in raven_pci_io_read() 241 PCIHostState *h = PCI_HOST_BRIDGE(dev); in raven_pcihost_realizefn() 291 PCIHostState *h = PCI_HOST_BRIDGE(obj); in raven_pcihost_initfn()
|
H A D | bonito.c | 236 PCIHostState parent_obj; 446 PCIHostState *phb = PCI_HOST_BRIDGE(s->pcihost); in bonito_sbridge_pciaddr() 485 PCIHostState *phb = PCI_HOST_BRIDGE(s->pcihost); in bonito_spciconf_write() 515 PCIHostState *phb = PCI_HOST_BRIDGE(s->pcihost); in bonito_spciconf_read() 630 PCIHostState *phb = PCI_HOST_BRIDGE(dev); in bonito_host_realize() 658 PCIHostState *phb = PCI_HOST_BRIDGE(s->pcihost); in bonito_pci_realize() 741 PCIHostState *phb; in bonito_init()
|
H A D | grackle.c | 53 PCIHostState *phb = PCI_HOST_BRIDGE(dev); in grackle_realize() 70 PCIHostState *phb = PCI_HOST_BRIDGE(obj); in grackle_init()
|
H A D | ppc440_pcix.c | 53 PCIHostState parent_obj; 464 PCIHostState *s = opaque; in pci_host_config_write() 475 PCIHostState *s = opaque; in pci_host_config_read() 491 PCIHostState *h; in ppc440_pcix_realize()
|
H A D | q35.c | 49 PCIHostState *pci = PCI_HOST_BRIDGE(dev); in q35_host_realize() 73 static const char *q35_host_root_bus_path(PCIHostState *host_bridge, in q35_host_root_bus_path() 118 PCIHostState *h = PCI_HOST_BRIDGE(obj); in q35_host_get_pci_hole64_start_value() 150 PCIHostState *h = PCI_HOST_BRIDGE(obj); in q35_host_get_pci_hole64_end() 205 PCIHostState *phb = PCI_HOST_BRIDGE(obj); in q35_host_initfn()
|
H A D | gpex.c | 79 PCIHostState *pci = PCI_HOST_BRIDGE(dev); in gpex_host_realize() 144 static const char *gpex_host_root_bus_path(PCIHostState *host_bridge, in gpex_host_root_bus_path()
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | astro.h | 35 PCIHostState parent_obj; 68 PCIHostState parent_obj;
|
H A D | grackle.h | 35 PCIHostState parent_obj;
|
H A D | uninorth.h | 50 PCIHostState parent_obj;
|
H A D | sabre.h | 28 PCIHostState parent_obj;
|
H A D | designware.h | 77 PCIHostState parent_obj;
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge.c | 59 CXLComponentState *cxl_get_hb_cstate(PCIHostState *hb) 66 bool cxl_get_hb_passthrough(PCIHostState *hb) in cxl_get_hb_passthrough() 129 static const char *pxb_host_root_bus_path(PCIHostState *host_bridge, in pxb_host_root_bus_path() 143 const PCIHostState *pxb_host; in pxb_host_ofw_unit_address() 148 const PCIHostState *main_host; in pxb_host_ofw_unit_address() 300 PCIHostState *hb = PCI_HOST_BRIDGE(cxl); in pxb_cxl_dev_reset()
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 87 typedef struct PCIHostState PCIHostState; typedef
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci_vfio.c | 171 PCIHostState *phb; in spapr_phb_vfio_eeh_set_option() 274 PCIHostState *phb = PCI_HOST_BRIDGE(sphb); in spapr_phb_vfio_eeh_pre_reset()
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl.h | 50 PCIHostState parent_obj;
|
/openbmc/qemu/include/hw/misc/ |
H A D | lasi.h | 64 PCIHostState parent_obj;
|