Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c336 AmlRegionSpace rs, hwaddr memhp_io_base) in build_memory_hotplug_aml() argument
357 aml_io(AML_DECODE16, memhp_io_base, memhp_io_base, 0, in build_memory_hotplug_aml()
361 aml_append(crs, aml_memory32_fixed(memhp_io_base, in build_memory_hotplug_aml()
368 aml_int(memhp_io_base), MEMORY_HOTPLUG_IO_LEN) in build_memory_hotplug_aml()
/openbmc/qemu/include/hw/acpi/
H A Dmemory_hotplug.h57 AmlRegionSpace rs, hwaddr memhp_io_base);
/openbmc/qemu/include/hw/i386/
H A Dpc.h57 hwaddr memhp_io_base; member
/openbmc/qemu/hw/i386/
H A Dacpi-build.c1480 if (pcms->memhp_io_base && nr_mem) { in build_dsdt()
1483 pcms->memhp_io_base); in build_dsdt()
H A Dpc.c1019 pcms->memhp_io_base = ACPI_MEMORY_HOTPLUG_BASE; in pc_memory_init()