Function read_user_page_table
pub fn read_user_page_table() -> PhysAddr
Expand description
Reads the current page table root register for user 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_kernel_page_table
.
Returns the physical address of the page table root.