Module os::mm::memory_set

source ·
Expand description

Implementation of MapArea and MemorySet.

Structs§

  • The kernel’s initial memory mapping(kernel address space)
  • map area structure, controls a contiguous piece of virtual memory
  • map permission corresponding to that in pte: R W X U
  • address space

Enums§

  • map type for memory set: identical or framed

Functions§