Home
last modified time | relevance | path

Searched refs:aml_call1 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dtpm.c167 aml_store(aml_call1("TPFN", op), op_flags)); in tpm_build_ppi_acpi()
328 aml_append(ifctx2, aml_store(aml_call1("TPFN", op), in tpm_build_ppi_acpi()
400 aml_append(ifctx2, aml_store(aml_call1("TPFN", op), in tpm_build_ppi_acpi()
H A Dmemory_hotplug.c675 aml_append(method, aml_return(aml_call1(s, aml_name("_UID")))); in build_memory_hotplug_aml()
680 aml_append(method, aml_return(aml_call1(s, aml_name("_UID")))); in build_memory_hotplug_aml()
685 aml_append(method, aml_return(aml_call1(s, aml_name("_UID")))); in build_memory_hotplug_aml()
H A Dcpu.c662 aml_append(method, aml_return(aml_call1(CPU_STS_METHOD, uid))); in build_cpus_aml()
673 aml_append(method, aml_call1(CPU_EJECT_METHOD, uid)); in build_cpus_aml()
H A Dcpu_hotplug.c283 aml_return(aml_call1(CPU_STATUS_METHOD, aml_int(cpu_apic_id)))); in build_legacy_cpu_hotplug_aml()
H A Dnvdimm.c1218 aml_append(whilectx, aml_store(aml_call1("RFIT", offset), buf)); in nvdimm_build_fit()
H A Daml-build.c809 Aml *aml_call1(const char *method, Aml *arg1) in aml_call1() function
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h318 Aml *aml_call1(const char *method, Aml *arg1);
/openbmc/qemu/hw/i386/
H A Dacpi-build.c995 aml_append(method, aml_return(aml_call1("IQST", reg))); in build_link_dev()
1003 aml_append(method, aml_return(aml_call1("IQCR", reg))); in build_link_dev()