Searched refs:aml_index (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | tpm.c | 162 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 D | cpu_hotplug.c | 154 aml_store(aml_derefof(aml_index(cpus_map, apic_id)), cpu_on)); in build_legacy_cpu_hotplug_aml() 158 aml_append(method, aml_store(cpu_id, aml_index(madt, aml_int(2)))); in build_legacy_cpu_hotplug_aml() 159 aml_append(method, aml_store(apic_id, aml_index(madt, aml_int(3)))); in build_legacy_cpu_hotplug_aml() 160 aml_append(method, aml_store(cpu_on, aml_index(madt, aml_int(4)))); in build_legacy_cpu_hotplug_aml() 171 aml_store(aml_derefof(aml_index(cpus_map, apic_id)), cpu_on)); in build_legacy_cpu_hotplug_aml() 206 aml_store(aml_derefof(aml_index(cpus_map, idx)), is_cpu_on)); in build_legacy_cpu_hotplug_aml() 218 aml_append(else_ctx, aml_store(aml_derefof(aml_index(status_map, in build_legacy_cpu_hotplug_aml() 227 aml_append(if_ctx, aml_store(status, aml_index(cpus_map, idx))); in build_legacy_cpu_hotplug_aml()
|
H A D | vmgenid.c | 80 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 D | nvdimm.c | 1083 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 D | cpu.c | 575 aml_index(new_cpus, num_added_cpus))); in build_cpus_aml() 613 aml_store(aml_derefof(aml_index(new_cpus, cpu_idx)), in build_cpus_aml()
|
H A D | aml-build.c | 778 Aml *aml_index(Aml *arg1, Aml *idx) in aml_index() function
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 352 aml_store(aml_name("BSEL"), aml_index(params, aml_int(0)))); in aml_pci_device_dsm() 354 aml_store(aml_name("ASUN"), aml_index(params, aml_int(1)))); in aml_pci_device_dsm() 407 aml_append(ifctx, aml_store(aml_int(caps), aml_index(ret, zero))); in aml_pci_edsm() 433 aml_store(aml_derefof(aml_index(params, aml_int(0))), aidx)); in aml_pci_edsm() 434 aml_append(ifctx, aml_store(aidx, aml_index(ret, zero))); in aml_pci_edsm() 660 Aml *bnum = aml_derefof(aml_index(params, aml_int(0))); in aml_pci_pdsm() 661 Aml *sunum = aml_derefof(aml_index(params, aml_int(1))); in aml_pci_pdsm() 693 aml_append(ifctx, aml_store(caps, aml_index(ret, zero))); in aml_pci_pdsm() 723 aml_append(ifctx1, aml_store(acpi_index, aml_index(ret, zero))); in aml_pci_pdsm() 728 aml_index(ret, one))); in aml_pci_pdsm() [all …]
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 314 Aml *aml_index(Aml *arg1, Aml *idx);
|