Update memory manager type definitions and constants

This commit is contained in:
2025-12-23 12:04:43 +01:00
committed by CodingWorkshop Signing Team
parent a4b36827e4
commit 68604e1bc0
4 changed files with 31 additions and 3 deletions

View File

@@ -73,6 +73,9 @@
#define MM_PTE_PROTOTYPE 0x0000000000000400ULL
#define MM_PTE_TRANSITION 0x0000000000000800ULL
/* PTE frame bits */
#define MM_PTE_FRAME_BITS 57
/* PTE protection bits */
#define MM_PTE_PROTECTION_BITS 5