Comment pte_shift

Change-Id: I48ad7637ff37898ca2df0f48501cf2c72fa1e722
This commit is contained in:
Tim Newsome 2023-04-25 09:34:27 -07:00
parent f2c2ebbcd0
commit 85f44fc37f
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ typedef struct {
const char *name;
int level;
unsigned va_bits;
/* log2(PTESIZE) */
unsigned pte_shift;
unsigned vpn_shift[PG_MAX_LEVEL];
unsigned vpn_mask[PG_MAX_LEVEL];