Lines Matching defs:header
55 void acpi_table_print_madt_entry(struct acpi_subtable_header *header)
57 if (!header)
60 switch (header->type) {
65 (struct acpi_madt_local_apic *)header;
75 (struct acpi_madt_local_x2apic *)header;
85 (struct acpi_madt_io_apic *)header;
94 (struct acpi_madt_interrupt_override *)header;
110 (struct acpi_madt_nmi_source *)header;
121 (struct acpi_madt_local_apic_nmi *)header;
134 (struct acpi_madt_local_x2apic_nmi *)header;
150 (struct acpi_madt_local_apic_override *)header;
159 (struct acpi_madt_io_sapic *)header;
169 (struct acpi_madt_local_sapic *)header;
179 (struct acpi_madt_interrupt_source *)header;
191 (struct acpi_madt_generic_interrupt *)header;
203 (struct acpi_madt_generic_distributor *)header;
213 (struct acpi_madt_core_pic *)header;
222 header->type);
287 * field in the header struct), but only the size of the root table; i.e.,
543 pr_err("ACPI OVERRIDE: Table smaller than ACPI header [%s%s]\n",