Lines Matching defs:existing_table
704 acpi_table_initrd_override(struct acpi_table_header *existing_table,
729 if (memcmp(existing_table->signature, table->signature, 4) ||
730 memcmp(table->oem_id, existing_table->oem_id,
732 memcmp(table->oem_table_id, existing_table->oem_table_id,
742 existing_table->oem_revision >= table->oem_revision) {
811 acpi_table_initrd_override(struct acpi_table_header *existing_table,
826 acpi_os_physical_table_override(struct acpi_table_header *existing_table,
830 return acpi_table_initrd_override(existing_table, address,
839 acpi_status acpi_os_table_override(struct acpi_table_header *existing_table,
842 if (!existing_table || !new_table)
848 if (!strncmp(existing_table->signature, "DSDT", 4)) {
855 acpi_table_taint(existing_table);