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.
pub fn translate(virtual_address: VirtualAddress) -> Option<PhysicalAddress>
A convenience function to translate the given virtual address into a physical address using the currently-active page table.