[][src]Module sunrise_kernel::paging::mapping

Mapping

Structs

Mapping

A memory mapping. Stores the address, the length, and the type it maps. A mapping is guaranteed to have page aligned address, length and offset, and the length will never be zero.

Enums

MappingFrames

Frames associated with a Mapping.