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.
pub fn set_kernel_page_table_root(root_paddr: PhysAddr)paging only.Saves the root physical address of the kernel page table, which may be used on context switch.