Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dcore.c56 #define ACPI_TABLE_PFX_SIZE sizeof(uint16_t) /* size of the extra prefix */ macro
58 static const char unsigned dfl_hdr[ACPI_TABLE_HDR_SIZE - ACPI_TABLE_PFX_SIZE] =
168 ACPI_TABLE_PFX_SIZE + in acpi_table_install()
172 acpi_tables_len += ACPI_TABLE_PFX_SIZE; in acpi_table_install()
237 ACPI_TABLE_PFX_SIZE, acpi_payload_size); in acpi_table_install()
327 return acpi_table_hdr(acpi_tables + ACPI_TABLE_PFX_SIZE); in acpi_table_first()