Searched refs:aml_operation_region (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | tpm.c | 42 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 D | cpu_hotplug.c | 272 aml_append(sb_scope, aml_operation_region( in build_legacy_cpu_hotplug_aml()
|
H A D | generic_event_device.c | 60 aml_append(dev, aml_operation_region(AML_GED_EVT_REG, rs, in build_ged_aml()
|
H A D | nvdimm.c | 958 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 D | memory_hotplug.c | 366 aml_append(mem_ctrl_dev, aml_operation_region( in build_memory_hotplug_aml()
|
H A D | cpu.c | 383 aml_operation_region("PRST", rs, aml_int(base_addr), in build_cpus_aml()
|
H A D | aml-build.c | 1190 Aml *aml_operation_region(const char *name, AmlRegionSpace rs, in aml_operation_region() function
|
/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 | 785 aml_operation_region("HPTM", AML_SYSTEM_MEMORY, aml_int(HPET_BASE), in build_hpet_aml() 867 aml_operation_region("DBG", AML_SYSTEM_IO, aml_int(0x0402), 0x01)); in build_dbg_aml() 1225 aml_operation_region("PCST", AML_SYSTEM_IO, aml_int(pcihp_addr), 0x08)); in build_x86_acpi_pci_hotplug() 1232 aml_operation_region("SEJ", AML_SYSTEM_IO, in build_x86_acpi_pci_hotplug() 1239 aml_operation_region("BNMR", AML_SYSTEM_IO, in build_x86_acpi_pci_hotplug() 1414 aml_append(dev, aml_operation_region("SMIR", AML_SYSTEM_IO, in build_dsdt()
|
/openbmc/qemu/hw/isa/ |
H A D | piix.c | 387 aml_append(scope, aml_operation_region("P40C", AML_PCI_CONFIG, in build_pci_isa_aml()
|
H A D | lpc_ich9.c | 860 aml_append(scope, aml_operation_region("PIRQ", AML_PCI_CONFIG, in build_ich9_isa_aml()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 341 Aml *aml_operation_region(const char *name, AmlRegionSpace rs,
|