Expand description
VMM Paging (x86_64) helpers
Authors: MarioS271
Functionsยง
- advance_
current_ pagetable - Returns a mutable pointer to the next page table
- is_
huge_ page - Check whether the given [
PageTableEntry] has theHUGE_PAGEproperty - is_
present - Check whether the given [
PageTableEntry] has thePRESENTproperty - misaligned_
address_ panic - Panic when a given address is not aligned properly