Home
last modified time | relevance | path

Searched refs:PXBDev (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c76 PXBDev *pxb = PXB_DEV(bus->parent_dev); in pxb_bus_num()
83 PXBDev *pxb = PXB_DEV(bus->parent_dev); in pxb_bus_numa_node()
133 const PXBDev *pxb_dev; in pxb_host_ofw_unit_address()
314 const PXBDev *pxb_a = a, *pxb_b = b; in pxb_compare()
324 PXBDev *pxb = PXB_DEV(dev); in pxb_dev_realize_common()
405 PXBDev *pxb = PXB_DEV(pci_dev); in pxb_dev_exitfn()
412 DEFINE_PROP_UINT8("bus_nr", PXBDev, bus_nr, 0),
413 DEFINE_PROP_UINT16("numa_node", PXBDev, numa_node, NUMA_NODE_UNASSIGNED),
414 DEFINE_PROP_BOOL("bypass_iommu", PXBDev, bypass_iommu, false),
438 .instance_size = sizeof(PXBDev),
/qemu/include/hw/pci/
H A Dpci_bridge.h90 typedef struct PXBDev { struct
98 } PXBDev; argument
102 PXBDev parent_obj;
106 OBJECT_DECLARE_SIMPLE_TYPE(PXBDev, PXB_DEV)
/qemu/hw/acpi/
H A Dcxl.c104 PXBDev *pxb = PXB_DEV(cxl); in cedt_build_chbs()
/qemu/docs/
H A Dpci_expander_bridge.txt47 - PXBDev(TYPE_PXB_DEVICE)