aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--encoding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/encoding.h b/encoding.h
index fc8a8c0..d571a2f 100644
--- a/encoding.h
+++ b/encoding.h
@@ -222,6 +222,7 @@
#define PTE_A 0x040 /* Accessed */
#define PTE_D 0x080 /* Dirty */
#define PTE_SOFT 0x300 /* Reserved for Software */
+#define PTE_N 0x4000000000000000 /* Zsn: NAPOT translation contiguity */
#define PTE_PPN_SHIFT 10