Function axhal::arch::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.