pub fn kernel_page_table_root() -> PhysAddrAvailable 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.