Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dcore.c58 static const char unsigned dfl_hdr[ACPI_TABLE_HDR_SIZE - ACPI_TABLE_PFX_SIZE] = variable
131 body_start = sizeof dfl_hdr; in acpi_table_install()
150 hdr_src = dfl_hdr; in acpi_table_install()
153 acpi_payload_size = sizeof dfl_hdr + body_size; in acpi_table_install()
169 sizeof dfl_hdr + body_size); in acpi_table_install()
174 memcpy(acpi_tables + acpi_tables_len, hdr_src, sizeof dfl_hdr); in acpi_table_install()
175 acpi_tables_len += sizeof dfl_hdr; in acpi_table_install()