Home
last modified time | relevance | path

Searched refs:ram_low (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-pvh-common.c39 if (ms->ram_size <= s->cfg.ram_low.size) { in xen_pvh_init_ram()
42 block_len = s->cfg.ram_low.base + ram_size[0]; in xen_pvh_init_ram()
44 ram_size[0] = s->cfg.ram_low.size; in xen_pvh_init_ram()
45 ram_size[1] = ms->ram_size - s->cfg.ram_low.size; in xen_pvh_init_ram()
53 s->cfg.ram_low.base, ram_size[0]); in xen_pvh_init_ram()
54 memory_region_add_subregion(sysmem, s->cfg.ram_low.base, &s->ram.low); in xen_pvh_init_ram()
272 XEN_PVH_PROP_MEMMAP(ram_low)
339 OC_MEMMAP_PROP(oc, "ram-low", ram_low); in xen_pvh_class_setup_common_props()
/openbmc/qemu/include/hw/xen/
H A Dxen-pvh-common.h76 MemMapEntry ram_low, ram_high; member
/openbmc/qemu/hw/arm/
H A Dxen-pvh.c33 s->cfg.ram_low = (MemMapEntry) { GUEST_RAM0_BASE, GUEST_RAM0_SIZE }; in xen_arm_instance_init()
/openbmc/qemu/hw/i386/xen/
H A Dxen-pvh.c58 s->cfg.ram_low = (MemMapEntry) { 0x0, 0x80000000U }; in xen_pvh_instance_init()