Module kernel::memory_management::virtual_space
source · Structs
- A wrapper over memory that is defined by its
physical address
. We map this memory invirtual space
, and return a pointer to it.
Enums
Statics
Functions
Type Aliases
- Result 🔒