|
@@ -46,7 +46,7 @@ extern struct patb_entry *partition_tb;
|
|
|
|
|
|
/* Bits in patb0 field */
|
|
|
#define PATB_HR (1UL << 63)
|
|
|
-#define RPDB_MASK 0x0ffffffffffff00fUL
|
|
|
+#define RPDB_MASK 0x0fffffffffffff00UL
|
|
|
#define RPDB_SHIFT (1UL << 8)
|
|
|
#define RTS1_SHIFT 61 /* top 2 bits of radix tree size */
|
|
|
#define RTS1_MASK (3UL << RTS1_SHIFT)
|
|
@@ -57,6 +57,7 @@ extern struct patb_entry *partition_tb;
|
|
|
/* Bits in patb1 field */
|
|
|
#define PATB_GR (1UL << 63) /* guest uses radix; must match HR */
|
|
|
#define PRTS_MASK 0x1f /* process table size field */
|
|
|
+#define PRTB_MASK 0x0ffffffffffff000UL
|
|
|
|
|
|
/*
|
|
|
* Limit process table to PAGE_SIZE table. This
|