Home
last modified time | relevance | path

Searched refs:aml_return (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dtpm.c75 aml_append(ifctx, aml_return(zero)); in tpm_build_ppi_acpi()
85 aml_append(method, aml_return(aml_name("TPPF"))); in tpm_build_ppi_acpi()
129 aml_return(aml_buffer(sizeof(byte_list), in tpm_build_ppi_acpi()
143 aml_append(ifctx2, aml_return(aml_string("1.3"))); in tpm_build_ppi_acpi()
176 aml_append(ifctx3, aml_return(one)); in tpm_build_ppi_acpi()
183 aml_append(ifctx2, aml_return(zero)); in tpm_build_ppi_acpi()
215 aml_append(ifctx3, aml_return(tpm2)); in tpm_build_ppi_acpi()
231 aml_append(ifctx3, aml_return(tpm3)); in tpm_build_ppi_acpi()
252 aml_append(ifctx2, aml_return(aml_int(2))); in tpm_build_ppi_acpi()
285 aml_append(ifctx2, aml_return(tpm3)); in tpm_build_ppi_acpi()
[all …]
H A Dpci-bridge.c58 aml_append(ifctx, aml_return(ret)); in build_pci_bridge_edsm()
85 aml_append(ifctx, aml_return(ret)); in build_pci_bridge_edsm()
H A Dmemory_hotplug.c440 aml_append(ifctx, aml_return(zero)); in build_memory_hotplug_aml()
444 aml_append(method, aml_return(aml_int(0xB))); in build_memory_hotplug_aml()
459 aml_append(ifctx, aml_return(zero)); in build_memory_hotplug_aml()
501 aml_append(method, aml_return(one)); in build_memory_hotplug_aml()
521 aml_append(method, aml_return(ret_val)); in build_memory_hotplug_aml()
607 aml_append(ifctx, aml_return(mr32)); in build_memory_hotplug_aml()
612 aml_append(method, aml_return(mr64)); in build_memory_hotplug_aml()
626 aml_append(method, aml_return(ret_val)); in build_memory_hotplug_aml()
667 aml_append(method, aml_return(aml_call1(s, aml_name("_UID")))); in build_memory_hotplug_aml()
672 aml_append(method, aml_return(aml_call1(s, aml_name("_UID")))); in build_memory_hotplug_aml()
[all …]
H A Dcpu_hotplug.c160 aml_append(method, aml_return(madt)); in build_legacy_cpu_hotplug_aml()
173 aml_append(if_ctx, aml_return(aml_int(0xF))); in build_legacy_cpu_hotplug_aml()
178 aml_append(else_ctx, aml_return(zero)); in build_legacy_cpu_hotplug_aml()
287 aml_return(aml_call2(CPU_MAT_METHOD, in build_legacy_cpu_hotplug_aml()
294 aml_return(aml_call1(CPU_STATUS_METHOD, aml_int(cpu_apic_id)))); in build_legacy_cpu_hotplug_aml()
299 aml_return(aml_call2(CPU_EJECT_METHOD, aml_int(cpu_apic_id), in build_legacy_cpu_hotplug_aml()
H A Dcxl.c54 aml_return(aml_buffer(sizeof(byte_list), byte_list))); in build_cxl_dsm_method()
95 aml_append(ifctx2, aml_return(pak)); in build_cxl_dsm_method()
305 aml_append(if_uuid, aml_return(aml_arg(3))); in __build_cxl_osc_method()
317 aml_append(else_uuid, aml_return(aml_arg(3))); in __build_cxl_osc_method()
H A Dnvdimm.c1053 aml_append(ifctx, aml_return(aml_buffer(1, byte_list))); in nvdimm_build_common_dsm()
1058 aml_append(unsupport, aml_return(aml_buffer(1, byte_list))); in nvdimm_build_common_dsm()
1128 aml_append(ifctx, aml_return(dsm_out_buf)); in nvdimm_build_common_dsm()
1136 aml_append(method, aml_return(aml_name("OBUF"))); in nvdimm_build_common_dsm()
1146 aml_append(method, aml_return(aml_call5(NVDIMM_COMMON_DSM, aml_arg(0), in nvdimm_build_device_dsm()
1191 aml_append(ifctx, aml_return(aml_buffer(0, NULL))); in nvdimm_build_fit()
1201 aml_append(ifctx, aml_return(aml_buffer(0, NULL))); in nvdimm_build_fit()
1207 aml_append(method, aml_return(aml_name("BUFF"))); in nvdimm_build_fit()
1235 aml_append(ifctx, aml_return(fit)); in nvdimm_build_fit()
1292 aml_append(method, aml_return(aml_local(1))); in nvdimm_build_nvdimm_devices()
[all …]
H A Dpcihp.c528 aml_append(ifctx1, aml_return(retvar)); in build_append_pci_dsm_func0_common()
535 aml_append(ifctx1, aml_return(retvar)); in build_append_pci_dsm_func0_common()
585 aml_append(ifctx, aml_return(ret)); in aml_pci_pdsm()
623 aml_append(ifctx, aml_return(ret)); in aml_pci_pdsm()
668 aml_append(method, aml_return(aml_int(0))); in build_acpi_pci_hotplug()
678 aml_append(method, aml_return(aml_local(0))); in build_acpi_pci_hotplug()
777 aml_return(aml_call5("PDSM", aml_arg(0), aml_arg(1), in aml_pci_device_dsm()
796 aml_return(aml_call5("EDSM", aml_arg(0), aml_arg(1), in aml_pci_static_endpoint_dsm()
H A Dvmgenid.c66 aml_append(method, aml_return(addr)); in vmgenid_build_acpi()
82 aml_append(method, aml_return(addr)); in vmgenid_build_acpi()
H A Daml-build-stub.c29 Aml *aml_return(Aml *val) in aml_return() function
H A Dpci.c351 aml_append(method, aml_return(aml_arg(3))); in build_pci_host_bridge_osc_method()
H A Dcpu.c468 aml_append(method, aml_return(sta)); in build_cpus_aml()
695 aml_append(method, aml_return(aml_call1(CPU_STS_METHOD, uid))); in build_cpus_aml()
H A Daml-build.c554 Aml *aml_return(Aml *val) in aml_return() function
/openbmc/qemu/hw/display/
H A Dacpi-vga.c16 aml_append(method, aml_return(aml_int(0))); in build_vga_aml()
20 aml_append(method, aml_return(aml_int(0))); in build_vga_aml()
24 aml_append(method, aml_return(aml_int(s3d))); in build_vga_aml()
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c69 aml_append(ifctx1, aml_return(buf)); in build_pci_host_bridge_dsm_method()
75 aml_append(method, aml_return(buf)); in build_pci_host_bridge_dsm_method()
175 aml_append(method, aml_return(aml_int(cfg->ecam.base))); in acpi_dsdt_add_gpex()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c379 aml_append(method, aml_return(rt_pkg)); in build_prt()
414 aml_append(if_ctx, aml_return(zero)); in build_hpet_aml()
421 aml_append(if_ctx, aml_return(zero)); in build_hpet_aml()
425 aml_append(method, aml_return(aml_int(0x0F))); in build_hpet_aml()
459 aml_append(method, aml_return(aml_name("STA"))); in build_vmbus_device_aml()
523 aml_append(method, aml_return(aml_call1("IQST", reg))); in build_link_dev()
531 aml_append(method, aml_return(aml_call1("IQCR", reg))); in build_link_dev()
599 aml_append(method, aml_return(aml_name("PRR0"))); in build_iqcr_method()
610 aml_append(if_ctx, aml_return(aml_int(0x09))); in build_irq_status_method()
612 aml_append(method, aml_return(aml_int(0x0B))); in build_irq_status_method()
[all …]
/openbmc/qemu/hw/misc/
H A Dpvpanic-isa.c91 aml_append(method, aml_return(aml_local(0))); in build_pvpanic_isa_aml()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h295 Aml *aml_return(Aml *val);
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c134 aml_append(method, aml_return(aml_int(0x0B))); in build_acpi0017()