pub unsafe extern "C" fn hv_vm_map(
    uva: hv_uvaddr_t,
    gpa: hv_gpaddr_t,
    size: size_t,
    flags: hv_memory_flags_t
) -> hv_return_t
Expand description

Maps a region in the virtual address space of the current task into the guest physical address space of the VM