pub unsafe fn physunmap(virtual_address: usize) -> Result<usize>
Expand description

Unmap previously mapped physical memory

Errors

  • EPERM - uid != 0
  • EFAULT - virtual_address has not been mapped