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
- Memory
Set - 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 ๐