Home
last modified time | relevance | path

Searched refs:Q35PCIHost (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dq35.c50 Q35PCIHost *s = Q35_HOST_DEVICE(dev); in q35_host_realize()
83 Q35PCIHost *s = Q35_HOST_DEVICE(obj); in q35_host_get_pci_hole_start()
98 Q35PCIHost *s = Q35_HOST_DEVICE(obj); in q35_host_get_pci_hole_end()
119 Q35PCIHost *s = Q35_HOST_DEVICE(obj); in q35_host_get_pci_hole64_start_value()
151 Q35PCIHost *s = Q35_HOST_DEVICE(obj); in q35_host_get_pci_hole64_end()
174 DEFINE_PROP_UINT64(PCIE_HOST_MCFG_BASE, Q35PCIHost, parent_obj.base_addr,
176 DEFINE_PROP_SIZE(PCI_HOST_PROP_PCI_HOLE64_SIZE, Q35PCIHost,
178 DEFINE_PROP_SIZE(PCI_HOST_BELOW_4G_MEM_SIZE, Q35PCIHost,
180 DEFINE_PROP_SIZE(PCI_HOST_ABOVE_4G_MEM_SIZE, Q35PCIHost,
182 DEFINE_PROP_BOOL(PCI_HOST_PROP_SMM_RANGES, Q35PCIHost,
[all …]
/openbmc/qemu/include/hw/pci-host/
H A Dq35.h33 OBJECT_DECLARE_SIMPLE_TYPE(Q35PCIHost, Q35_HOST_DEVICE)
61 struct Q35PCIHost { struct