Searched refs:PciMemoryRegionList (Results 1 – 4 of 4) sorted by relevance
656 typedef struct PciMemoryRegionList struct662 struct PciMemoryRegionList *next; argument663 } PciMemoryRegionList; typedef2406 void qapi_free_PciMemoryRegionList(PciMemoryRegionList * obj);2448 PciMemoryRegionList * regions;
159 void visit_type_PciMemoryRegionList(Visitor *m, PciMemoryRegionList ** obj, const char *name, Error…
1691 void qapi_free_PciMemoryRegionList(PciMemoryRegionList * obj) in qapi_free_PciMemoryRegionList()
2445 void visit_type_PciMemoryRegionList(Visitor *m, PciMemoryRegionList ** obj, const char *name, Error… in visit_type_PciMemoryRegionList()2454 PciMemoryRegionList *native_i = (PciMemoryRegionList *)i; in visit_type_PciMemoryRegionList()