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