Add definition for guarded PTE flag and remove hardcoded value
This commit is contained in:
committed by
CodingWorkshop Signing Team
parent
1f8d2a0370
commit
50654a28b5
@@ -56,6 +56,7 @@
|
||||
|
||||
/* PTE protection flags */
|
||||
#define MM_PTE_NOEXECUTE 0x00000000
|
||||
#define MM_PTE_GUARDED 0x00000018
|
||||
#define MM_PTE_PROTECT 0x00000612
|
||||
|
||||
/* PTE cache flags */
|
||||
|
||||
Reference in New Issue
Block a user