Home
last modified time | relevance | path

Searched refs:aml_operation_region (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dtpm.c42 aml_operation_region("TPP2", AML_SYSTEM_MEMORY, in tpm_build_ppi_acpi()
57 aml_operation_region( in tpm_build_ppi_acpi()
80 aml_operation_region("TPP1", AML_SYSTEM_MEMORY, in tpm_build_ppi_acpi()
H A Dgeneric_event_device.c59 aml_append(dev, aml_operation_region(AML_GED_EVT_REG, rs, in build_ged_aml()
H A Dcpu_hotplug.c260 aml_append(sb_scope, aml_operation_region( in build_legacy_cpu_hotplug_aml()
H A Dnvdimm.c958 aml_append(method, aml_operation_region(NVDIMM_DSM_IOPORT, rs, in nvdimm_build_common_dsm()
961 aml_append(method, aml_operation_region(NVDIMM_DSM_MEMORY, in nvdimm_build_common_dsm()
H A Dmemory_hotplug.c374 aml_append(mem_ctrl_dev, aml_operation_region( in build_memory_hotplug_aml()
H A Dcpu.c375 aml_operation_region("PRST", AML_SYSTEM_IO, aml_int(io_base), in build_cpus_aml()
H A Daml-build.c1191 Aml *aml_operation_region(const char *name, AmlRegionSpace rs, in aml_operation_region() function
/openbmc/qemu/hw/misc/
H A Dpvpanic-isa.c81 aml_append(dev, aml_operation_region("PEOR", AML_SYSTEM_IO, in build_pvpanic_isa_aml()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c872 aml_operation_region("HPTM", AML_SYSTEM_MEMORY, aml_int(HPET_BASE), in build_hpet_aml()
954 aml_operation_region("DBG", AML_SYSTEM_IO, aml_int(0x0402), 0x01)); in build_dbg_aml()
1312 aml_operation_region("PCST", AML_SYSTEM_IO, aml_int(pcihp_addr), 0x08)); in build_x86_acpi_pci_hotplug()
1319 aml_operation_region("SEJ", AML_SYSTEM_IO, in build_x86_acpi_pci_hotplug()
1326 aml_operation_region("BNMR", AML_SYSTEM_IO, in build_x86_acpi_pci_hotplug()
1500 aml_append(dev, aml_operation_region("SMIR", AML_SYSTEM_IO, in build_dsdt()
/openbmc/qemu/hw/isa/
H A Dpiix.c387 aml_append(scope, aml_operation_region("P40C", AML_PCI_CONFIG, in build_pci_isa_aml()
H A Dlpc_ich9.c847 aml_append(scope, aml_operation_region("PIRQ", AML_PCI_CONFIG, in build_ich9_isa_aml()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h341 Aml *aml_operation_region(const char *name, AmlRegionSpace rs,