Expand description
Untyped physical memory management.
As detailed in crate::mm::frame
, untyped memory can be accessed with
relaxed rules but we cannot create references to them. This module provides
the declaration of untyped frames and segments, and the implementation of
extra functionalities (such as VmIo
) for them.
Traits§
- AnyU
Frame Meta - The metadata of untyped frame.
Type Aliases§
- UFrame
- A smart pointer to an untyped frame with any metadata.