Function phys_to_virt
pub fn phys_to_virt(paddr: PhysAddr) -> VirtAddrExpand description
Translates a physical address to a virtual address.
It is just an easy way to access physical memory when virtual memory
is enabled. The mapping may not be unique, there can be multiple vaddrs
mapped to that paddr.