Home
last modified time | relevance | path

Searched refs:GUEST_RAM1_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/xen/interface/
H A Darch-arm.h462 #define GUEST_RAM1_BASE xen_mk_ullong(0x0200000000) /* 1016GB of RAM @ 8GB */ macro
469 #define GUEST_RAM_BANK_BASES { GUEST_RAM0_BASE, GUEST_RAM1_BASE }
/openbmc/qemu/hw/arm/
H A Dxen-pvh.c34 s->cfg.ram_high = (MemMapEntry) { GUEST_RAM1_BASE, GUEST_RAM1_SIZE }; in xen_arm_instance_init()
/openbmc/qemu/include/hw/xen/
H A Dxen_native.h547 #define GUEST_RAM1_BASE 0x0200000000ULL /* 1016GB of RAM @ 8GB */ macro