Searched refs:aml_index (Results 1 – 8 of 8) sorted by relevance
/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 | 153 aml_store(aml_derefof(aml_index(cpus_map, apic_id)), cpu_on)); in build_legacy_cpu_hotplug_aml() 157 aml_append(method, aml_store(cpu_id, aml_index(madt, aml_int(2)))); in build_legacy_cpu_hotplug_aml() 158 aml_append(method, aml_store(apic_id, aml_index(madt, aml_int(3)))); in build_legacy_cpu_hotplug_aml() 159 aml_append(method, aml_store(cpu_on, aml_index(madt, aml_int(4)))); in build_legacy_cpu_hotplug_aml() 170 aml_store(aml_derefof(aml_index(cpus_map, apic_id)), cpu_on)); in build_legacy_cpu_hotplug_aml() 205 aml_store(aml_derefof(aml_index(cpus_map, idx)), is_cpu_on)); in build_legacy_cpu_hotplug_aml() 217 aml_append(else_ctx, aml_store(aml_derefof(aml_index(status_map, in build_legacy_cpu_hotplug_aml() 226 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 | cpu.c | 582 aml_index(new_cpus, num_added_cpus))); in build_cpus_aml() 592 aml_index(ej_cpus, num_ej_cpus))); in build_cpus_aml() 620 aml_store(aml_derefof(aml_index(new_cpus, cpu_idx)), in build_cpus_aml() 638 aml_store(aml_derefof(aml_index(ej_cpus, cpu_idx)), in build_cpus_aml()
|
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 | aml-build.c | 778 Aml *aml_index(Aml *arg1, Aml *idx) in aml_index() function
|
/qemu/hw/i386/ |
H A D | acpi-build.c | 353 aml_store(aml_name("BSEL"), aml_index(params, aml_int(0)))); in aml_pci_device_dsm() 355 aml_store(aml_name("ASUN"), aml_index(params, aml_int(1)))); in aml_pci_device_dsm() 408 aml_append(ifctx, aml_store(aml_int(caps), aml_index(ret, zero))); in aml_pci_edsm() 434 aml_store(aml_derefof(aml_index(params, aml_int(0))), aidx)); in aml_pci_edsm() 435 aml_append(ifctx, aml_store(aidx, aml_index(ret, zero))); in aml_pci_edsm() 661 Aml *bnum = aml_derefof(aml_index(params, aml_int(0))); in aml_pci_pdsm() 662 Aml *sunum = aml_derefof(aml_index(params, aml_int(1))); in aml_pci_pdsm() 694 aml_append(ifctx, aml_store(caps, aml_index(ret, zero))); in aml_pci_pdsm() 724 aml_append(ifctx1, aml_store(acpi_index, aml_index(ret, zero))); in aml_pci_pdsm() 729 aml_index(ret, one))); in aml_pci_pdsm() [all …]
|
/qemu/include/hw/acpi/ |
H A D | aml-build.h | 314 Aml *aml_index(Aml *arg1, Aml *idx);
|