Skip to main content

unmap_page

Function unmap_page 

Source
pub fn unmap_page(
    page: Page<Size4KiB>,
) -> Result<PhysFrame<Size4KiB>, &'static str>
Expand description

Unmap a virtual page, returning the physical frame it was mapped to.