Replace writable flag with AttributesMask in PTE setup
This commit is contained in:
@@ -52,7 +52,7 @@ namespace MM
|
||||
IN BOOLEAN Value);
|
||||
XTAPI VOID SetPte(IN PMMPTE PtePointer,
|
||||
IN PFN_NUMBER PageFrameNumber,
|
||||
IN BOOLEAN Writable);
|
||||
IN ULONG_PTR AttributesMask);
|
||||
XTAPI VOID SetPteCaching(IN PMMPTE PtePointer,
|
||||
IN BOOLEAN CacheDisable,
|
||||
IN BOOLEAN WriteThrough);
|
||||
|
||||
Reference in New Issue
Block a user