Searched refs:mappers (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/libfzl/
H A Dvmo-vmar-tests.cpp107 VmoMapper mappers[fbl::count_of(kVmoTests)]; local
124 res = mappers[i].CreateAndMap(kVmoTestSize,
142 res = mappers[i].Map(vmo_handles[i],
161 uintptr_t vmo_end = reinterpret_cast<uintptr_t>(mappers[i].start());
164 vmo_end += mappers[i].size();
176 t.start = mappers[i].start();
181 ASSERT_TRUE(contained_in(mappers[i], *target_vmar));
199 ASSERT_EQ(mappers[i].size() + t.test_offset, kVmoTestSize);
226 for (auto& m : mappers) {
237 // just let the mappers g
[all...]

Completed in 24 milliseconds