VADDR_TO_PML5E
uint64* pml5e = &fKernelVirtualPMLTop[VADDR_TO_PML5E(virtualAddress)];
uint64* pml5e = &virtualPMLTop[VADDR_TO_PML5E(virtualAddress)];