Module swap::page_handler
source ยท Expand description
PageHandler manages the page states of multiple regions.
Structsยง
- MoveToStaging copies chunks of consecutive pages next to each other on the guest memory to the staging memory and removes the chunks on the guest memory.
- PageHandleContext ๐
- PageHandler manages the page states of multiple regions.
- Region ๐
- Context for swap-in operation.
- Context for trim operation.
Enumsยง
- Errors for PageHandler
Constantsยง
- MLOCK_BUDGET ๐
- PREFETCH_THRESHOLD ๐
Functionsยง
- remove_memory ๐ โRemove the memory range on the guest memory.
- uffd_copy_all ๐
Type Aliasesยง
- Result for PageHandler