Home | History | Annotate | Download | only in ivserver

Lines Matching defs:Regions

41                        const std::vector<Region> &regions,
50 const std::vector<Region> &Regions() const override;
65 const std::vector<Region> &regions, const std::string &path)
67 region_data_{regions} {
90 const std::vector<VSoCSharedMemory::Region> &VSoCSharedMemoryImpl::Regions()
123 std::vector<Region> regions;
124 regions.reserve(device_layout->GetRegions().size());
145 auto region_idx = regions.size();
147 regions.emplace_back(device_name, host_fd, guest_fd);
151 new VSoCSharedMemoryImpl(name_to_region_idx, regions, path));