Expand description
ArceOS-Hypervisor guest VM address space management module.
Modules§
- device
- Definitions about device accessing.
Structs§
- Addr
Space - The virtual memory address space.
- Guest
Phys Addr - Guest physical address.
- Guest
Virt Addr - Guest virtual address.
- Mapping
Flags - Generic page table entry flags that indicate the corresponding mapped memory region permissions and attributes.
- Nested
Page Fault Info - Information about nested page faults.
- Phys
Frame - A physical frame which will be automatically deallocated when dropped.
Enums§
- Backend
- A unified enum type for different memory mapping backends.
Traits§
- AxMmHal
- Hardware abstraction layer for memory management.
Type Aliases§
- Guest
Phys Addr Range - Guest physical address range.
- Guest
Virt Addr Range - Guest virtual address range.
- Host
Phys Addr - Host physical address.
- Host
Virt Addr - Host virtual address.