axhal::arch

Function write_page_table_root

Source
pub unsafe fn write_page_table_root(root_paddr: PhysAddr)
Expand description

Writes the register to update the current page table root.

ยงSafety

This function is unsafe as it changes the virtual memory address space.