Searched defs:PciMmioMapperTube (Results 1 – 1 of 1) sorted by relevance
2443 struct PciMmioMapperTube { in start_pci_root_worker() struct2444 supports_readonly_mapping: bool, in start_pci_root_worker()2445 vm_control_tube: Tube, in start_pci_root_worker()2446 registered_regions: BTreeMap<u32, VmMemoryRegionId>, in start_pci_root_worker()2447 next_id: u32, in start_pci_root_worker()2450 impl PciMmioMapper for PciMmioMapperTube { in start_pci_root_worker() implementation