Compute PTE count per page from entry size

This commit is contained in:
2025-12-15 13:56:39 +01:00
parent 36c273ea13
commit 7f0ca6a948
4 changed files with 21 additions and 9 deletions

View File

@@ -18,6 +18,7 @@ namespace MM
class Pte
{
public:
STATIC XTAPI ULONG GetPtesPerPage(VOID);
STATIC XTAPI VOID MapP5E(PVOID StartAddress,
PVOID EndAddress,
PMMP5E TemplateP5e);