Add definition for guarded PTE flag and remove hardcoded value

This commit is contained in:
2026-02-25 12:14:26 +01:00
parent a136f21f4b
commit 7a44901064
3 changed files with 3 additions and 1 deletions

View File

@@ -60,6 +60,7 @@
/* PTE protection flags */
#define MM_PTE_NOEXECUTE 0x8000000000000000ULL
#define MM_PTE_GUARDED 0x8000000000000018ULL
#define MM_PTE_PROTECT 0x8000000000000612ULL
/* PTE cache flags */