axhal::paging

Function kernel_page_table_root

Source
pub fn kernel_page_table_root() -> PhysAddr
Available on crate feature paging only.
Expand description

Get the root physical address of the kernel page table.

ยงPanics

It must be called after set_kernel_page_table_root, otherwise it will panic.