Searched refs:pml4e (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/x86/
H A Dsystem.cc227 uint64_t pml4e = X86ISA::htog(0x6); local
229 physProxy.writeBlob(PageMapLevel4 + offset, (&pml4e), 8);
232 pml4e = X86ISA::htog(0x7 | PageDirPtrTable);
233 physProxy.writeBlob(PageMapLevel4, (&pml4e), 8);

Completed in 5 milliseconds