Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dxen_arm.c107 if (machine->ram_size <= GUEST_RAM0_SIZE) { in xen_init_ram()
112 ram_size[0] = GUEST_RAM0_SIZE; in xen_init_ram()
113 ram_size[1] = machine->ram_size - GUEST_RAM0_SIZE; in xen_init_ram()
/openbmc/qemu/include/hw/xen/interface/
H A Darch-arm.h455 #define GUEST_RAM0_SIZE xen_mk_ullong(0xc0000000) 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/include/hw/xen/
H A Dxen_native.h545 #define GUEST_RAM0_SIZE 0xc0000000ULL macro