Module aarch64_paging::idmap

source ·
Expand description

Functionality for managing page tables with identity mapping.

See IdMap for details on how to use it.

Structs

  • Manages a level 1 page table using identity mapping, where every virtual address is either unmapped or mapped to the identical IPA.
  • Identity mapping, where every virtual address is either unmapped or mapped to the identical IPA.