Lines Matching refs:aml_local
347 Aml *params = aml_local(0); in aml_pci_device_dsm()
395 Aml *ret = aml_local(0); in aml_pci_edsm()
396 Aml *aidx = aml_local(1); in aml_pci_edsm()
450 Aml *params = aml_local(0); in aml_pci_static_endpoint_dsm()
653 Aml *ret = aml_local(0); in aml_pci_pdsm()
654 Aml *caps = aml_local(1); in aml_pci_pdsm()
655 Aml *acpi_index = aml_local(2); in aml_pci_pdsm()
792 Aml *id = aml_local(0); in build_hpet_aml()
793 Aml *period = aml_local(1); in build_hpet_aml()
876 Aml *buf = aml_local(0); in build_dbg_aml()
877 Aml *len = aml_local(1); in build_dbg_aml()
878 Aml *idx = aml_local(2); in build_dbg_aml()
1276 aml_append(method, aml_store(aml_name("PIDX"), aml_local(0))); in build_x86_acpi_pci_hotplug()
1278 aml_append(method, aml_return(aml_local(0))); in build_x86_acpi_pci_hotplug()
1293 Aml *a_ctrl = aml_local(0); in build_q35_osc_method()