Correct VA masking in AMD64 page mapping functions

This commit is contained in:
2025-08-18 01:07:28 +02:00
parent d602038858
commit c409400cbf
3 changed files with 12 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ typedef struct _MMPAGEMAP_INFO
ULONGLONG PpeBase;
ULONGLONG PxeBase;
ULONGLONG P5eBase;
ULONG VaBits;
} MMPAGEMAP_INFO, *PMMPAGEMAP_INFO;
/* A Page Table Entry on AMD64 system */