Searched refs:PXBDev (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pci_bridge.h | 92 typedef struct PXBDev { struct 100 } PXBDev; argument 104 PXBDev parent_obj; 109 OBJECT_DECLARE_SIMPLE_TYPE(PXBDev, PXB_DEV)
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge.c | 75 PXBDev *pxb = PXB_DEV(bus->parent_dev); in pxb_bus_num() 82 PXBDev *pxb = PXB_DEV(bus->parent_dev); in pxb_bus_numa_node() 145 const PXBDev *pxb_dev; in pxb_host_ofw_unit_address() 326 const PXBDev *pxb_a = a, *pxb_b = b; in pxb_compare() 336 PXBDev *pxb = PXB_DEV(dev); in pxb_dev_realize_common() 418 PXBDev *pxb = PXB_DEV(pci_dev); in pxb_dev_exitfn() 425 DEFINE_PROP_UINT8("bus_nr", PXBDev, bus_nr, 0), 426 DEFINE_PROP_UINT16("numa_node", PXBDev, numa_node, NUMA_NODE_UNASSIGNED), 427 DEFINE_PROP_BOOL("bypass_iommu", PXBDev, bypass_iommu, false), 451 .instance_size = sizeof(PXBDev),
|
/openbmc/qemu/hw/acpi/ |
H A D | cxl.c | 104 PXBDev *pxb = PXB_DEV(cxl); in cedt_build_chbs()
|
/openbmc/qemu/docs/ |
H A D | pci_expander_bridge.txt | 47 - PXBDev(TYPE_PXB_DEVICE)
|