Lines Matching refs:header

156 	if (acpi_gbl_FADT.header.revision > 6 ||
157 (acpi_gbl_FADT.header.revision == 6 &&
161 default_acpi_madt_oem_check(madt->header.oem_id,
162 madt->header.oem_table_id);
180 acpi_parse_x2apic(union acpi_subtable_headers *header, const unsigned long end)
188 processor = (struct acpi_madt_local_x2apic *)header;
193 acpi_table_print_madt_entry(&header->common);
237 acpi_parse_lapic(union acpi_subtable_headers * header, const unsigned long end)
241 processor = (struct acpi_madt_local_apic *)header;
246 acpi_table_print_madt_entry(&header->common);
272 acpi_parse_sapic(union acpi_subtable_headers *header, const unsigned long end)
276 processor = (struct acpi_madt_local_sapic *)header;
281 acpi_table_print_madt_entry(&header->common);
291 acpi_parse_lapic_addr_ovr(union acpi_subtable_headers * header,
296 lapic_addr_ovr = (struct acpi_madt_local_apic_override *)header;
301 acpi_table_print_madt_entry(&header->common);
309 acpi_parse_x2apic_nmi(union acpi_subtable_headers *header,
314 x2apic_nmi = (struct acpi_madt_local_x2apic_nmi *)header;
319 acpi_table_print_madt_entry(&header->common);
328 acpi_parse_lapic_nmi(union acpi_subtable_headers * header, const unsigned long end)
332 lapic_nmi = (struct acpi_madt_local_apic_nmi *)header;
337 acpi_table_print_madt_entry(&header->common);
501 acpi_parse_ioapic(union acpi_subtable_headers * header, const unsigned long end)
509 ioapic = (struct acpi_madt_io_apic *)header;
514 acpi_table_print_madt_entry(&header->common);
560 acpi_parse_int_src_ovr(union acpi_subtable_headers * header,
565 intsrc = (struct acpi_madt_interrupt_override *)header;
570 acpi_table_print_madt_entry(&header->common);
605 acpi_parse_nmi_src(union acpi_subtable_headers * header, const unsigned long end)
609 nmi_src = (struct acpi_madt_nmi_source *)header;
614 acpi_table_print_madt_entry(&header->common);
1017 if (acpi_gbl_FADT.header.revision >= FADT2_REVISION_ID &&
1036 if (acpi_gbl_FADT.header.revision >= FADT2_REVISION_ID) {
1129 static int __init acpi_parse_mp_wake(union acpi_subtable_headers *header,
1137 mp_wake = (struct acpi_madt_multiproc_wakeup *)header;
1141 acpi_table_print_madt_entry(&header->common);