Searched refs:mapping (Results 26 - 30 of 30) sorted by relevance

12

/fuchsia/zircon/kernel/lib/hypervisor/
H A Dhypervisor_unittest.cpp64 fbl::RefPtr<VmMapping> mapping; local
66 0 /* vmo_offset */, mmu_flags, "vmo", &mapping);
90 EXPECT_EQ(ZX_OK, status, "Failed to create mapping\n");
120 EXPECT_EQ(ZX_OK, status, "Failed to create mapping\n");
145 EXPECT_EQ(ZX_OK, status, "Failed to create mapping\n");
151 EXPECT_EQ(ZX_OK, status, "Failed to create mapping\n");
197 EXPECT_EQ(ZX_OK, status, "Failed to create mapping\n");
209 EXPECT_EQ(ZX_OK, status, "Failed to create mapping\n");
216 EXPECT_EQ(ZX_OK, status, "Failed to create mapping\n");
256 EXPECT_EQ(ZX_OK, status, "Failed to create mapping\
[all...]
/fuchsia/zircon/kernel/vm/
H A Dvm_address_region.cpp114 TRACEF("warning: mapping %s has conflicting cache policies: vmo %02x "
124 // Check that we have the required privileges if we want a SPECIFIC mapping
150 // If we're not mapping to a specific place, search for an opening.
157 // Notice if this is an executable mapping from the vDSO VMO
179 // For an executable mapping of the vDSO, allow only one per process
239 // Make sure that vmo_offset is aligned and that a mapping of this size
245 // If we're mapping it with a specific permission, we should allow
246 // future Protect() calls on the mapping to keep that permission.
550 VmMapping* mapping = curr->as_vm_mapping().get(); local
551 DEBUG_ASSERT(mapping !
[all...]
/fuchsia/zircon/system/utest/core/object-info/
H A Dobject-info.cpp167 // so we don't step on the mapping done by start_mini_process_etc.
177 // Create a child VMAR and a mapping under it, so we have
183 // - Code+stack mapping created by start_mini_process_etc
241 // Pick flags for this mapping; cycle through different
312 uint32_t saw_mapping = 0u; // bitmask of mapping indices we've seen.
341 // |entry| should be a child mapping of our VMAR.
344 // The mapping should fit inside the VMAR.
357 EXPECT_EQ(t->flags, entry->u.mapping.mmu_flags, msg);
402 EXPECT_EQ(e1->u.mapping.mmu_flags, e2->u.mapping
[all...]
/fuchsia/zircon/kernel/object/
H A Ddiagnostics.cpp459 // Builds a description of an apsace/vmar/mapping hierarchy.
495 zx_info_maps_mapping_t* u = &entry.u.mapping;
/fuchsia/zircon/make/
H A Dengine.mk588 USER_COMPILEFLAGS += -fprofile-instr-generate -fcoverage-mapping
589 NO_PROFILE := -fno-profile-instr-generate -fno-coverage-mapping

Completed in 42 milliseconds

12