Searched refs:AML_SYSTEM_IO (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | pvpanic-isa.c | 80 aml_append(dev, aml_operation_region("PEOR", AML_SYSTEM_IO, in build_pvpanic_isa_aml()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 880 aml_operation_region("DBG", AML_SYSTEM_IO, aml_int(0x0402), 0x01)); in build_dbg_aml() 1238 aml_operation_region("PCST", AML_SYSTEM_IO, aml_int(pcihp_addr), 0x08)); in build_x86_acpi_pci_hotplug() 1245 aml_operation_region("SEJ", AML_SYSTEM_IO, in build_x86_acpi_pci_hotplug() 1252 aml_operation_region("BNMR", AML_SYSTEM_IO, in build_x86_acpi_pci_hotplug() 1427 aml_append(dev, aml_operation_region("SMIR", AML_SYSTEM_IO, in build_dsdt() 1477 AML_SYSTEM_IO); in build_dsdt() 1482 "\\_GPE._E03", AML_SYSTEM_IO, in build_dsdt()
|
/openbmc/qemu/hw/acpi/ |
H A D | cpu.c | 368 assert((rs == AML_SYSTEM_IO) || (rs == AML_SYSTEM_MEMORY)); in build_cpus_aml() 371 if (rs == AML_SYSTEM_IO) { in build_cpus_aml()
|
H A D | cpu_hotplug.c | 273 "PRST", AML_SYSTEM_IO, aml_int(io_base), ACPI_GPE_PROC_LEN)); in build_legacy_cpu_hotplug_aml()
|
H A D | memory_hotplug.c | 355 if (rs == AML_SYSTEM_IO) { in build_memory_hotplug_aml()
|
H A D | nvdimm.c | 952 rs = AML_SYSTEM_IO; in nvdimm_build_common_dsm()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 88 AML_SYSTEM_IO = 0X01, enumerator
|