Expand description

Functionality for managing page tables with linear mapping.

See LinearMap for details on how to use it.

Structs

  • Manages a level 1 page table using linear mapping, where every virtual address is either unmapped or mapped to an IPA with a fixed offset.
  • Linear mapping, where every virtual address is either unmapped or mapped to an IPA with a fixed offset.