Skip to content

Commit

Permalink
Update PTE_N encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Jun 7, 2021
1 parent 0c8505c commit 944e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,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_N 0x8000000000000000 /* Svnapot: NAPOT translation contiguity */

#define PTE_PPN_SHIFT 10

Expand Down

0 comments on commit 944e516

Please sign in to comment.