Module untyped

Module untyped 

Source
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§

AnyUFrameMeta
The metadata of untyped frame.
UntypedMem
A physical memory range that is untyped.

Type Aliases§

UFrame
A smart pointer to an untyped frame with any metadata.