Expand description
Physical memory management.
Re-exports§
pub use memory_addr::MemoryAddr;
pub use memory_addr::PhysAddr;
pub use memory_addr::VirtAddr;
pub use memory_addr::PAGE_SIZE_4K;
Structs§
- A physical memory region.
- The flags of a physical memory region.
Functions§
- Returns an iterator over all physical memory regions.
- Converts a physical address to a virtual address.
- Converts a virtual address to a physical address.