Function read_kernel_page_table
pub fn read_kernel_page_table() -> PhysAddrExpand description
Reads the current page table root register for kernel space (CR3).
x86_64 does not have a separate page table root register for user and
kernel space, so this operation is the same as read_user_page_table.
Returns the physical address of the page table root.