Expand description

Implementation of MapArea and MemorySet.

Structs

a memory set instance through lazy_static! managing kernel space

map area structure, controls a contiguous piece of virtual memory

map permission corresponding to that in pte: R W X U

memory set structure, controls virtual-memory space

Enums

map type for memory set: identical or framed

Functions