Home
last modified time | relevance | path

Searched refs:acpi_data_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dx86.h135 int acpi_data_size,
/openbmc/qemu/hw/i386/
H A Dx86-common.c628 int acpi_data_size, in x86_load_linux() argument
721 initrd_max = x86ms->below_4g_mem_size - acpi_data_size - 1; in x86_load_linux()
789 if (initrd_max >= x86ms->below_4g_mem_size - acpi_data_size) { in x86_load_linux()
790 initrd_max = x86ms->below_4g_mem_size - acpi_data_size - 1; in x86_load_linux()