Add definition for guarded PTE flag and remove hardcoded value
This commit is contained in:
@@ -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