Respect architecture-specific PTE layouts and write PTEs via PML-aware helpers
This commit is contained in:
committed by
CodingWorkshop Signing Team
parent
08b095d47c
commit
ed769e023f
@@ -52,6 +52,8 @@ namespace MM
|
||||
STATIC XTAPI VOID SetPteCaching(IN PMMPTE PtePointer,
|
||||
IN BOOLEAN CacheDisable,
|
||||
IN BOOLEAN WriteThrough);
|
||||
STATIC XTAPI VOID WritePte(IN PMMPTE Pte,
|
||||
IN MMPTE Value);
|
||||
STATIC XTFASTCALL VOID ZeroPages(IN PVOID Address,
|
||||
IN ULONG Size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user