Home
last modified time | relevance | path

Searched refs:madt_buf (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dcpu.c658 GArray *madt_buf = g_array_new(0, 1, 1); in build_cpus_aml() local
674 build_madt_cpu(i, arch_ids, madt_buf, true); /* set enabled flag */ in build_cpus_aml()
676 aml_buffer(madt_buf->len, (uint8_t *)madt_buf->data))); in build_cpus_aml()
677 g_array_free(madt_buf, true); in build_cpus_aml()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c126 GArray *madt_buf = g_array_new(0, 1, 1); in acpi_dsdt_add_cpus() local
134 riscv_acpi_madt_add_rintc(i, arch_ids, madt_buf, s); in acpi_dsdt_add_cpus()
136 aml_buffer(madt_buf->len, in acpi_dsdt_add_cpus()
137 (uint8_t *)madt_buf->data))); in acpi_dsdt_add_cpus()
138 g_array_free(madt_buf, true); in acpi_dsdt_add_cpus()