axhal::paging

Function 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.