Function axhal::paging::set_kernel_page_table_root
source · pub fn set_kernel_page_table_root(root_paddr: PhysAddr)Available on crate feature
paging only.Expand description
Saves the root physical address of the kernel page table, which may be used on context switch.