Home
last modified time | relevance | path

Searched refs:AML_SYSTEM_IO (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/misc/
H A Dpvpanic-isa.c81 aml_append(dev, aml_operation_region("PEOR", AML_SYSTEM_IO, in build_pvpanic_isa_aml()
/qemu/hw/i386/
H A Dacpi-build.c944 aml_operation_region("DBG", AML_SYSTEM_IO, aml_int(0x0402), 0x01)); in build_dbg_aml()
1302 aml_operation_region("PCST", AML_SYSTEM_IO, aml_int(pcihp_addr), 0x08)); in build_x86_acpi_pci_hotplug()
1309 aml_operation_region("SEJ", AML_SYSTEM_IO, in build_x86_acpi_pci_hotplug()
1316 aml_operation_region("BNMR", AML_SYSTEM_IO, in build_x86_acpi_pci_hotplug()
1491 aml_append(dev, aml_operation_region("SMIR", AML_SYSTEM_IO, in build_dsdt()
1545 "\\_GPE._E03", AML_SYSTEM_IO, in build_dsdt()
/qemu/hw/acpi/
H A Dcpu_hotplug.c273 "PRST", AML_SYSTEM_IO, aml_int(io_base), ACPI_GPE_PROC_LEN)); in build_legacy_cpu_hotplug_aml()
H A Dcpu.c375 aml_operation_region("PRST", AML_SYSTEM_IO, aml_int(io_base), in build_cpus_aml()
H A Dmemory_hotplug.c355 if (rs == AML_SYSTEM_IO) { in build_memory_hotplug_aml()
H A Dnvdimm.c952 rs = AML_SYSTEM_IO; in nvdimm_build_common_dsm()
/qemu/include/hw/acpi/
H A Daml-build.h88 AML_SYSTEM_IO = 0X01, enumerator