Module memory_region

Source
Expand description

This module defines memory regions

Structs§

AlignedMemoryMapping
Memory mapping that uses the upper half of an address to identify the underlying memory region.
MemoryRegion
Memory region for bounds checking and address translation
UnalignedMemoryMapping
Memory mapping based on eytzinger search.

Enums§

AccessType
Type of memory access
MemoryMapping
Maps virtual memory to host memory.
MemoryState
The state of a memory region.

Type Aliases§

MemoryCowCallback
Callback executed when a CoW memory region is written to