Searched refs:aml_call2 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | cpu_hotplug.c | 231 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 D | memory_hotplug.c | 480 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 D | cpu.c | 584 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 D | aml-build.c | 817 Aml *aml_call2(const char *method, Aml *arg1, Aml *arg2) in aml_call2() function
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 548 aml_call2("PCEJ", aml_name("BSEL"), aml_name("_SUN")) in build_append_pcihp_slots() 631 aml_append(method, aml_call2("DVNT", aml_name("PCIU"), in build_append_notfication_callback() 633 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() 708 aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, sunum), acpi_index)); in aml_pci_pdsm()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 319 Aml *aml_call2(const char *method, Aml *arg1, Aml *arg2);
|