Searched refs:aml_buffer (Results 1 – 12 of 12) sorted by relevance
/qemu/hw/acpi/ |
H A D | nvdimm.c | 1053 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 D | tpm.c | 129 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 D | aml-build-stub.c | 100 Aml *aml_buffer(int buffer_size, uint8_t *byte_list) in aml_buffer() function
|
H A D | cxl.c | 53 aml_return(aml_buffer(sizeof(byte_list), byte_list))); in build_cxl_dsm_method()
|
H A D | cpu_hotplug.c | 155 aml_store(aml_buffer(sizeof(madt_tmpl), madt_tmpl), madt)); in build_legacy_cpu_hotplug_aml()
|
H A D | cpu.c | 701 aml_buffer(madt_buf->len, (uint8_t *)madt_buf->data))); in build_cpus_aml()
|
H A D | aml-build.c | 1165 Aml *aml_buffer(int buffer_size, uint8_t *byte_list) in aml_buffer() function
|
/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 118 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 D | fdc-isa.c | 271 aml_buffer(sizeof(fde_buf), (uint8_t *)fde_buf))); in build_fdc_aml()
|
/qemu/include/hw/acpi/ |
H A D | aml-build.h | 394 Aml *aml_buffer(int buffer_size, uint8_t *byte_list);
|
/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 136 aml_buffer(madt_buf->len, in acpi_dsdt_add_cpus()
|
/qemu/hw/i386/ |
H A D | acpi-build.c | 369 aml_append(ctx, aml_store(aml_buffer(1, byte_list), retvar)); in build_append_pci_dsm_func0_common()
|