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

@@ -41,6 +41,8 @@ namespace MM
STATIC XTAPI LONG GetPteDistance(PMMPTE EndPte,
PMMPTE StartPte);
STATIC XTAPI ULONG GetPteSize(VOID);
STATIC XTAPI ULONG GetPteSoftwarePrototype(IN PMMPTE PtePointer);
STATIC XTAPI ULONG GetPteSoftwareTransition(IN PMMPTE PtePointer);
STATIC XTAPI PVOID GetPteVirtualAddress(IN PMMPTE PtePointer);
STATIC XTAPI PMMPXE GetPxeAddress(IN PVOID Address);
STATIC XTAPI PVOID GetPxeVirtualAddress(IN PMMPXE PxePointer);