Skip to main content

Module helpers

Module helpers 

Source
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 the HUGE_PAGE property
is_present
Check whether the given [PageTableEntry] has the PRESENT property
misaligned_address_panic
Panic when a given address is not aligned properly