Searched defs:GuestStart (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c998 static int vboxPciOsContigMemInfo(PRAWPCIPERVM pVmCtx, RTHCPHYS HostStart, RTGCPHYS GuestStart, uint64_t cMemSize, PCIRAWMEMINFOACTION Action) argument
1009 if (iommu_iova_to_phys(domain, GuestStart))
1015 r = iommu_map(domain, GuestStart, HostStart, get_order(cMemSize), flags);
1029 order = iommu_unmap(domain, GuestStart, get_order(cMemSize));

Completed in 59 milliseconds