KERNEL_PAGE_TABLE

Static KERNEL_PAGE_TABLE 

Source
pub static KERNEL_PAGE_TABLE: OnceImpl<PageTable<KernelPtConfig>, TrivialPred>
Expand description

The kernel page table instance.

It manages the kernel mapping of all address spaces by sharing the kernel part. And it is unlikely to be activated.