Searched refs:GenPCIERootPort (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/pci-bridge/ |
H A D | gen_pcie_root_port.c | 24 OBJECT_DECLARE_SIMPLE_TYPE(GenPCIERootPort, GEN_PCIE_ROOT_PORT) 33 struct GenPCIERootPort { struct 71 GenPCIERootPort *rp = opaque; in gen_rp_test_migrate_msix() 80 GenPCIERootPort *grp = GEN_PCIE_ROOT_PORT(d); in gen_rp_realize() 125 GenPCIERootPort, 132 DEFINE_PROP_BOOL("x-migrate-msix", GenPCIERootPort, 134 DEFINE_PROP_UINT32("bus-reserve", GenPCIERootPort, 136 DEFINE_PROP_SIZE("io-reserve", GenPCIERootPort, 138 DEFINE_PROP_SIZE("mem-reserve", GenPCIERootPort, 140 DEFINE_PROP_SIZE("pref32-reserve", GenPCIERootPort, [all …]
|