Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/interface/
H A Darch-arm.h463 #define GUEST_RAM1_SIZE xen_mk_ullong(0xfe00000000) macro
467 #define GUEST_RAM_MAX (GUEST_RAM0_SIZE + GUEST_RAM1_SIZE)
470 #define GUEST_RAM_BANK_SIZES { GUEST_RAM0_SIZE, GUEST_RAM1_SIZE }
/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.h548 #define GUEST_RAM1_SIZE 0xfe00000000ULL macro