Home
last modified time | relevance | path

Searched refs:aml_call2 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c231 aml_call2(AML_NOTIFY_METHOD, idx, bus_check_evt)); in build_legacy_cpu_hotplug_aml()
237 aml_call2(AML_NOTIFY_METHOD, idx, remove_evt)); in build_legacy_cpu_hotplug_aml()
288 aml_return(aml_call2(CPU_MAT_METHOD, in build_legacy_cpu_hotplug_aml()
300 aml_return(aml_call2(CPU_EJECT_METHOD, aml_int(cpu_apic_id), in build_legacy_cpu_hotplug_aml()
H A Dmemory_hotplug.c480 aml_call2(MEMORY_SLOT_NOTIFY_METHOD, in build_memory_hotplug_aml()
490 aml_call2(MEMORY_SLOT_NOTIFY_METHOD, in build_memory_hotplug_aml()
690 aml_call2(s, aml_name("_UID"), aml_arg(0))); in build_memory_hotplug_aml()
H A Dcpu.c584 aml_call2(CPU_NOTIFY_METHOD, uid, eject_req)); in build_cpus_aml()
616 aml_call2(CPU_NOTIFY_METHOD, uid, dev_chk)); in build_cpus_aml()
H A Daml-build.c818 Aml *aml_call2(const char *method, Aml *arg1, Aml *arg2) in aml_call2() function
/openbmc/qemu/hw/i386/
H A Dacpi-build.c549 aml_call2("PCEJ", aml_name("BSEL"), aml_name("_SUN")) in build_append_pcihp_slots()
632 aml_append(method, aml_call2("DVNT", aml_name("PCIU"), in build_append_notfication_callback()
634 aml_append(method, aml_call2("DVNT", aml_name("PCID"), in build_append_notfication_callback()
672 aml_store(aml_call2("AIDX", bnum, sunum), acpi_index)); in aml_pci_pdsm()
715 aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, sunum), acpi_index)); in aml_pci_pdsm()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h319 Aml *aml_call2(const char *method, Aml *arg1, Aml *arg2);