This change widens the MainMem pagenums to 30 bits, in order to
support up to 4TB of vRAM. BPN_MAINMEM_TAG is bit 30 now. For
non-mainMem BPNs, the slot bits move into bits 23-29.
No monitor size change.
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
#define INVALID_PPN ((PPN)0xffffffff)
#define APIC_INVALID_PPN ((PPN)0xfffffffe)
-#define INVALID_BPN ((BPN)0x1fffffff)
+#define INVALID_BPN ((BPN)0x3fffffff)
#define RESERVED_MPN ((MPN) 0)
#define INVALID_MPN ((MPN)-1)