Lines Matching defs:existing_table
637 acpi_table_initrd_override(struct acpi_table_header *existing_table,
662 if (memcmp(existing_table->signature, table->signature, 4) ||
663 memcmp(table->oem_id, existing_table->oem_id,
665 memcmp(table->oem_table_id, existing_table->oem_table_id,
675 existing_table->oem_revision >= table->oem_revision) {
744 acpi_table_initrd_override(struct acpi_table_header *existing_table,
759 acpi_os_physical_table_override(struct acpi_table_header *existing_table,
763 return acpi_table_initrd_override(existing_table, address,
772 acpi_status acpi_os_table_override(struct acpi_table_header *existing_table,
775 if (!existing_table || !new_table)
781 if (!strncmp(existing_table->signature, "DSDT", 4)) {
788 acpi_table_taint(existing_table);