Home
last modified time | relevance | path

Searched refs:aml_local (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dnvdimm.c946 dsm_mem = aml_local(6); in nvdimm_build_common_dsm()
947 dsm_out_buf = aml_local(7); in nvdimm_build_common_dsm()
1025 expected_uuid = aml_local(0); in nvdimm_build_common_dsm()
1081 pckg_index = aml_local(2); in nvdimm_build_common_dsm()
1082 pckg_buf = aml_local(3); in nvdimm_build_common_dsm()
1094 dsm_out_buf_size = aml_local(1); in nvdimm_build_common_dsm()
1113 offset = aml_local(2); in nvdimm_build_common_dsm()
1157 buf = aml_local(0); in nvdimm_build_fit()
1158 buf_size = aml_local(1); in nvdimm_build_fit()
1159 fit = aml_local(2); in nvdimm_build_fit()
[all …]
H A Dcpu_hotplug.c136 Aml *cpu_on = aml_local(0); in build_legacy_cpu_hotplug_aml()
137 Aml *madt = aml_local(1); in build_legacy_cpu_hotplug_aml()
193 Aml *status_map = aml_local(5); /* Local5 = active cpu bitmap */ in build_legacy_cpu_hotplug_aml()
194 Aml *byte = aml_local(2); /* Local2 = last read byte from bitmap */ in build_legacy_cpu_hotplug_aml()
195 Aml *idx = aml_local(0); /* Processor ID / APIC ID iterator */ in build_legacy_cpu_hotplug_aml()
196 Aml *is_cpu_on = aml_local(1); /* Local1 = CPON flag for cpu */ in build_legacy_cpu_hotplug_aml()
197 Aml *status = aml_local(3); /* Local3 = active state for cpu */ in build_legacy_cpu_hotplug_aml()
H A Dcpu.c456 Aml *sta = aml_local(0); in build_cpus_aml()
493 Aml *has_event = aml_local(0); in build_cpus_aml()
497 Aml *num_added_cpus = aml_local(1); in build_cpus_aml()
498 Aml *cpu_idx = aml_local(2); in build_cpus_aml()
499 Aml *uid = aml_local(3); in build_cpus_aml()
500 Aml *has_job = aml_local(4); in build_cpus_aml()
H A Dvmgenid.c61 addr = aml_local(0); in vmgenid_build_acpi()
75 addr = aml_local(0); in vmgenid_build_acpi()
H A Dtpm.c115 op = aml_local(0); in tpm_build_ppi_acpi()
116 op_flags = aml_local(1); in tpm_build_ppi_acpi()
H A Dcxl.c228 Aml *a_ctrl = aml_local(0); in __build_cxl_osc_method()
H A Dmemory_hotplug.c379 Aml *ret_val = aml_local(0); in build_memory_hotplug_aml()
453 Aml *idx = aml_local(0); in build_memory_hotplug_aml()
H A Dgeneric_event_device.c48 Aml *evt_sel = aml_local(0); in build_ged_aml()
H A Daml-build.c1293 Aml *aml_local(int num) in aml_local() function
/openbmc/qemu/hw/misc/
H A Dpvpanic-isa.c90 aml_append(method, aml_store(aml_name("PEPT"), aml_local(0))); in build_pvpanic_isa_aml()
91 aml_append(method, aml_return(aml_local(0))); in build_pvpanic_isa_aml()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c346 Aml *params = aml_local(0); in aml_pci_device_dsm()
394 Aml *ret = aml_local(0); in aml_pci_edsm()
395 Aml *aidx = aml_local(1); in aml_pci_edsm()
449 Aml *params = aml_local(0); in aml_pci_static_endpoint_dsm()
652 Aml *ret = aml_local(0); in aml_pci_pdsm()
653 Aml *caps = aml_local(1); in aml_pci_pdsm()
654 Aml *acpi_index = aml_local(2); in aml_pci_pdsm()
791 Aml *id = aml_local(0); in build_hpet_aml()
792 Aml *period = aml_local(1); in build_hpet_aml()
875 Aml *buf = aml_local(0); in build_dbg_aml()
[all …]
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h346 Aml *aml_local(int num);