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

/fuchsia/zircon/kernel/lib/hypervisor/
H A Dhypervisor_unittest.cpp69 static zx_status_t create_sub_vmar(fbl::RefPtr<VmAddressRegion> vmar, size_t offset, size_t size, function
190 status = create_sub_vmar(root_vmar, 0, PAGE_SIZE * 2, &sub_vmar1);
202 status = create_sub_vmar(root_vmar, PAGE_SIZE * 2, PAGE_SIZE, &sub_vmar2);
322 status = create_sub_vmar(root_vmar, ROOT_VMO_SIZE, root_vmar->size() - ROOT_VMO_SIZE,

Completed in 34 milliseconds