Searched refs:aml_derefof (Results 1 – 7 of 7) 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() 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() 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()
|
H A D | nvdimm.c | 1084 aml_append(ifctx, aml_store(aml_derefof(pckg_index), pckg_buf)); in nvdimm_build_common_dsm() 1120 aml_append(whilectx, aml_store(aml_derefof(aml_index( in nvdimm_build_common_dsm()
|
H A D | cpu.c | 613 aml_store(aml_derefof(aml_index(new_cpus, cpu_idx)), in build_cpus_aml()
|
H A D | aml-build.c | 1636 Aml *aml_derefof(Aml *arg) in aml_derefof() function
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 410 Aml *aml_derefof(Aml *arg);
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 434 aml_store(aml_derefof(aml_index(params, aml_int(0))), aidx)); 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() 957 aml_store(aml_derefof(aml_index(buf, idx)), aml_name("DBGB"))); in build_dbg_aml()
|