Function memory::translate

source ·
pub fn translate(virtual_address: VirtualAddress) -> Option<PhysicalAddress>
Expand description

A convenience function to translate the given virtual address into a physical address using the currently-active page table.