Home
last modified time | relevance | path

Searched refs:aml_index (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dtpm.c162 aml_store(aml_derefof(aml_index(arguments, in tpm_build_ppi_acpi()
214 aml_store(pprq, aml_index(tpm2, one))); in tpm_build_ppi_acpi()
227 aml_store(pprq, aml_index(tpm3, one))); in tpm_build_ppi_acpi()
230 aml_store(pprm, aml_index(tpm3, aml_int(2)))); in tpm_build_ppi_acpi()
280 aml_index(tpm3, one))); in tpm_build_ppi_acpi()
284 aml_index(tpm3, aml_int(2)))); in tpm_build_ppi_acpi()
323 aml_append(ifctx2, aml_store(aml_derefof(aml_index(arguments, in tpm_build_ppi_acpi()
367 op_arg = aml_derefof(aml_index(arguments, one)); in tpm_build_ppi_acpi()
395 aml_store(aml_derefof(aml_index(arguments, in tpm_build_ppi_acpi()
445 aml_store(aml_derefof(aml_index(arguments, zero)), in tpm_build_ppi_acpi()
H A Dcpu_hotplug.c142 aml_store(aml_derefof(aml_index(cpus_map, apic_id)), cpu_on)); in build_legacy_cpu_hotplug_aml()
146 aml_append(method, aml_store(cpu_id, aml_index(madt, aml_int(2)))); in build_legacy_cpu_hotplug_aml()
147 aml_append(method, aml_store(apic_id, aml_index(madt, aml_int(3)))); in build_legacy_cpu_hotplug_aml()
148 aml_append(method, aml_store(cpu_on, aml_index(madt, aml_int(4)))); in build_legacy_cpu_hotplug_aml()
159 aml_store(aml_derefof(aml_index(cpus_map, apic_id)), cpu_on)); in build_legacy_cpu_hotplug_aml()
194 aml_store(aml_derefof(aml_index(cpus_map, idx)), is_cpu_on)); in build_legacy_cpu_hotplug_aml()
206 aml_append(else_ctx, aml_store(aml_derefof(aml_index(status_map, in build_legacy_cpu_hotplug_aml()
215 aml_append(if_ctx, aml_store(status, aml_index(cpus_map, idx))); in build_legacy_cpu_hotplug_aml()
H A Dvmgenid.c80 aml_index(addr, aml_int(0)))); in vmgenid_build_acpi()
81 aml_append(method, aml_store(aml_int(0), aml_index(addr, aml_int(1)))); in vmgenid_build_acpi()
H A Dcpu.c567 aml_index(new_cpus, num_added_cpus))); in build_cpus_aml()
605 aml_store(aml_derefof(aml_index(new_cpus, cpu_idx)), in build_cpus_aml()
H A Dnvdimm.c1083 aml_append(ifctx, aml_store(aml_index(pckg, aml_int(0)), pckg_index)); in nvdimm_build_common_dsm()
1120 aml_append(whilectx, aml_store(aml_derefof(aml_index( in nvdimm_build_common_dsm()
1122 aml_index(aml_name("TBUF"), aml_int(0)))); in nvdimm_build_common_dsm()
H A Daml-build.c779 Aml *aml_index(Aml *arg1, Aml *idx) in aml_index() function
/openbmc/qemu/hw/i386/
H A Dacpi-build.c364 aml_store(aml_name("BSEL"), aml_index(params, aml_int(0)))); in aml_pci_device_dsm()
366 aml_store(aml_name("ASUN"), aml_index(params, aml_int(1)))); in aml_pci_device_dsm()
445 aml_store(aml_derefof(aml_index(params, aml_int(0))), aidx)); in aml_pci_edsm()
446 aml_append(ifctx, aml_store(aidx, aml_index(ret, zero))); in aml_pci_edsm()
671 Aml *bnum = aml_derefof(aml_index(params, aml_int(0))); in aml_pci_pdsm()
672 Aml *sunum = aml_derefof(aml_index(params, aml_int(1))); in aml_pci_pdsm()
704 aml_append(ifctx, aml_store(caps, aml_index(ret, zero))); in aml_pci_pdsm()
730 aml_append(ifctx, aml_store(acpi_index, aml_index(ret, zero))); in aml_pci_pdsm()
839 aml_index(route, aml_int(0)))); in build_prt()
843 aml_index(route, aml_int(1)))); in build_prt()
[all …]
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h314 Aml *aml_index(Aml *arg1, Aml *idx);