Home
last modified time | relevance | path

Searched refs:aml_buffer (Results 1 – 12 of 12) sorted by relevance

/qemu/hw/acpi/
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()
1115 aml_append(ifctx, aml_name_decl("TBUF", aml_buffer(1, NULL))); in nvdimm_build_common_dsm()
1116 aml_append(ifctx, aml_store(aml_buffer(0, NULL), dsm_out_buf)); in nvdimm_build_common_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()
1214 aml_append(method, aml_store(aml_buffer(0, NULL), fit)); in nvdimm_build_fit()
1227 aml_append(ifctx, aml_store(aml_buffer(0, NULL), fit)); in nvdimm_build_fit()
1298 aml_append(method, aml_name_decl("INPT", aml_buffer(8, NULL))); in nvdimm_build_nvdimm_devices()
1322 aml_append(method, aml_name_decl("LSA", aml_buffer(0, NULL))); in nvdimm_build_nvdimm_devices()
[all …]
H A Dtpm.c129 aml_return(aml_buffer(sizeof(byte_list), in tpm_build_ppi_acpi()
409 aml_append(ifctx, aml_return(aml_buffer(1, zerobyte))); in tpm_build_ppi_acpi()
427 aml_return(aml_buffer(sizeof(byte_list), in tpm_build_ppi_acpi()
H A Daml-build-stub.c100 Aml *aml_buffer(int buffer_size, uint8_t *byte_list) in aml_buffer() function
H A Dcxl.c53 aml_return(aml_buffer(sizeof(byte_list), byte_list))); in build_cxl_dsm_method()
H A Dcpu_hotplug.c155 aml_store(aml_buffer(sizeof(madt_tmpl), madt_tmpl), madt)); in build_legacy_cpu_hotplug_aml()
H A Dcpu.c701 aml_buffer(madt_buf->len, (uint8_t *)madt_buf->data))); in build_cpus_aml()
H A Daml-build.c1165 Aml *aml_buffer(int buffer_size, uint8_t *byte_list) in aml_buffer() function
/qemu/hw/pci-host/
H A Dgpex-acpi.c118 buf = aml_buffer(1, byte_list); in acpi_dsdt_add_pci_osc()
124 buf = aml_buffer(1, byte_list); in acpi_dsdt_add_pci_osc()
/qemu/hw/block/
H A Dfdc-isa.c271 aml_buffer(sizeof(fde_buf), (uint8_t *)fde_buf))); in build_fdc_aml()
/qemu/include/hw/acpi/
H A Daml-build.h394 Aml *aml_buffer(int buffer_size, uint8_t *byte_list);
/qemu/hw/riscv/
H A Dvirt-acpi-build.c136 aml_buffer(madt_buf->len, in acpi_dsdt_add_cpus()
/qemu/hw/i386/
H A Dacpi-build.c369 aml_append(ctx, aml_store(aml_buffer(1, byte_list), retvar)); in build_append_pci_dsm_func0_common()