unsafe fn page_table_at_address(address: u64) -> &'static mut PageTable
Expand description
Returns a reference to the page table page located at the specified physical address.
ยงSafety
Caller ensures that the specified address is actually that of a page table.