Searched refs:GUEST_RAM0_BASE (Results 1 – 3 of 3) sorted by relevance
437 #define GUEST_RAM0_BASE xen_mk_ullong(0x40000000) /* 3GB of low RAM @ 1GB */ macro443 #define GUEST_RAM_BASE GUEST_RAM0_BASE /* Lowest RAM address */447 #define GUEST_RAM_BANK_BASES { GUEST_RAM0_BASE, GUEST_RAM1_BASE }
49 #define START_PFN (GUEST_RAM0_BASE >> 12)
450 if ( !allocate_bank_memory(d, kinfo, gaddr_to_gfn(GUEST_RAM0_BASE), in allocate_memory()
Completed in 8 milliseconds