Module memory_set

Source
Expand description

Implementation of MapArea and MemorySet.

Structsยง

KERNEL_SPACE
a memory set instance through lazy_static! managing kernel space
MapArea
map area structure, controls a contiguous piece of virtual memory
MapPermission
map permission corresponding to that in pte: R W X U
MemorySet
memory set structure, controls virtual-memory space

Enumsยง

MapType
map type for memory set: identical or framed

Functionsยง

ebss ๐Ÿ”’
edata ๐Ÿ”’
ekernel ๐Ÿ”’
erodata ๐Ÿ”’
etext ๐Ÿ”’
remap_test
Check PageTable running correctly
sbss_with_stack ๐Ÿ”’
sdata ๐Ÿ”’
srodata ๐Ÿ”’
stext ๐Ÿ”’
strampoline ๐Ÿ”’