Introduce helper functions for querying the software prototype and transition bits of PTE

This commit is contained in:
2026-01-01 19:40:10 +01:00
parent 5ff0cad094
commit c080f74714
7 changed files with 149 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ namespace MM
PMMPTE StartPte);
XTAPI ULONG GetPteOffset(IN PVOID Address);
XTAPI ULONG GetPteSize(VOID);
XTAPI ULONG GetPteSoftwarePrototype(IN PMMPTE PtePointer);
XTAPI ULONG GetPteSoftwareTransition(IN PMMPTE PtePointer);
VIRTUAL XTAPI PVOID GetPteVirtualAddress(IN PMMPTE PtePointer) = 0;
XTAPI PMMPXE GetPxeAddress(IN PVOID Address);
XTAPI ULONG GetPxeOffset(IN PVOID Address);