Searched refs:below_4g_mem_size (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | microvm.c | 65 val = MIN(x86ms->below_4g_mem_size / KiB, 640); in microvm_set_rtc() 69 if (x86ms->below_4g_mem_size > 1 * MiB) { in microvm_set_rtc() 70 val = (x86ms->below_4g_mem_size - 1 * MiB) / KiB; in microvm_set_rtc() 82 if (x86ms->below_4g_mem_size > 16 * MiB) { in microvm_set_rtc() 83 val = (x86ms->below_4g_mem_size - 16 * MiB) / (64 * KiB); in microvm_set_rtc() 297 x86ms->below_4g_mem_size = lowmem; in microvm_memory_init() 300 x86ms->below_4g_mem_size = machine->ram_size; in microvm_memory_init() 305 0, x86ms->below_4g_mem_size); in microvm_memory_init() 308 e820_add_entry(0, x86ms->below_4g_mem_size, E820_RAM); in microvm_memory_init() 314 x86ms->below_4g_mem_size, in microvm_memory_init()
|
H A D | pc.c | 538 val = MIN(x86ms->below_4g_mem_size / KiB, 640); in pc_cmos_init_late() 542 if (x86ms->below_4g_mem_size > 1 * MiB) { in pc_cmos_init_late() 543 val = (x86ms->below_4g_mem_size - 1 * MiB) / KiB; in pc_cmos_init_late() 554 if (x86ms->below_4g_mem_size > 16 * MiB) { in pc_cmos_init_late() 555 val = (x86ms->below_4g_mem_size - 16 * MiB) / (64 * KiB); in pc_cmos_init_late() 839 assert(machine->ram_size == x86ms->below_4g_mem_size + in pc_memory_init() 884 0, x86ms->below_4g_mem_size); in pc_memory_init() 886 e820_add_entry(0, x86ms->below_4g_mem_size, E820_RAM); in pc_memory_init() 891 x86ms->below_4g_mem_size, in pc_memory_init()
|
H A D | pc_piix.c | 176 x86ms->below_4g_mem_size = lowmem; in pc_init1() 179 x86ms->below_4g_mem_size = machine->ram_size; in pc_init1() 206 x86ms->below_4g_mem_size, &error_fatal); in pc_init1() 227 assert(machine->ram_size == x86ms->below_4g_mem_size + in pc_init1()
|
H A D | pc_q35.c | 183 x86ms->below_4g_mem_size = lowmem; in pc_q35_init() 186 x86ms->below_4g_mem_size = machine->ram_size; in pc_q35_init() 217 x86ms->below_4g_mem_size, NULL); in pc_q35_init()
|
H A D | x86-common.c | 723 initrd_max = x86ms->below_4g_mem_size - acpi_data_size - 1; in x86_load_linux() 791 if (initrd_max >= x86ms->below_4g_mem_size - acpi_data_size) { in x86_load_linux() 792 initrd_max = x86ms->below_4g_mem_size - acpi_data_size - 1; in x86_load_linux()
|
H A D | acpi-build.c | 1955 if (mem_base <= x86ms->below_4g_mem_size && in build_srat() 1956 next_base > x86ms->below_4g_mem_size) { in build_srat() 1957 mem_len -= next_base - x86ms->below_4g_mem_size; in build_srat() 1963 mem_len = next_base - x86ms->below_4g_mem_size; in build_srat()
|
/openbmc/qemu/hw/pci-host/ |
H A D | q35.c | 179 mch.below_4g_mem_size, 0), 401 mch->below_4g_mem_size - tseg_size, in mch_update_smram() 407 mch->below_4g_mem_size - tseg_size); in mch_update_smram() 409 mch->below_4g_mem_size - tseg_size); in mch_update_smram() 517 mch->below_4g_mem_size, in mch_update() 632 mch->below_4g_mem_size, in mch_realize() 636 mch->ram_memory, mch->below_4g_mem_size, 0); in mch_realize() 638 memory_region_add_subregion(&mch->smram, mch->below_4g_mem_size, in mch_realize()
|
H A D | i440fx.c | 55 uint64_t below_4g_mem_size; member 277 range_set_bounds(&s->pci_hole, s->below_4g_mem_size, in i440fx_pcihost_realize() 308 ram_addr_t ram_size = s->below_4g_mem_size + s->above_4g_mem_size; in i440fx_pcihost_realize() 360 below_4g_mem_size, 0),
|
/openbmc/qemu/include/hw/i386/ |
H A D | x86.h | 70 ram_addr_t below_4g_mem_size, above_4g_mem_size; member
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | q35.h | 55 uint64_t below_4g_mem_size; member
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 139 x86ms->below_4g_mem_size = user_lowmem; in xen_ram_init() 142 x86ms->below_4g_mem_size = ram_size; in xen_ram_init() 168 x86ms->below_4g_mem_size - 0xc0000); in xen_ram_init()
|