Function uhyvelib::virt_to_phys

source ·
pub fn virt_to_phys(
    addr: GuestVirtAddr,
    mem: &MmapMemory,
    pagetable_l0: GuestPhysAddr
) -> Result<GuestPhysAddr, PagetableError>
Expand description

Converts a virtual address in the guest to a physical address in the guest