Home
last modified time | relevance | path

Searched refs:ACPI_MAX_RAM_SLOTS (Results 1 – 5 of 5) sorted by relevance

/qemu/include/hw/acpi/
H A Dacpi.h30 #define ACPI_MAX_RAM_SLOTS 256 macro
/qemu/hw/acpi/
H A Dmemory_hotplug.c391 assert(nr_mem <= ACPI_MAX_RAM_SLOTS); in build_memory_hotplug_aml()
/qemu/hw/loongarch/
H A Dvirt.c1149 if (machine->ram_slots > ACPI_MAX_RAM_SLOTS) { in virt_init()
/qemu/hw/i386/
H A Dpc.c911 if (machine->ram_slots > ACPI_MAX_RAM_SLOTS) { in pc_memory_init()
/qemu/hw/arm/
H A Dvirt.c1840 if (ms->ram_slots > ACPI_MAX_RAM_SLOTS) { in virt_set_memmap()