Lines Matching defs:header
5486 static int __init gic_acpi_match_srat_its(union acpi_subtable_headers *header,
5492 static int __init gic_acpi_parse_srat_its(union acpi_subtable_headers *header,
5498 its_affinity = (struct acpi_srat_gic_its_affinity *)header;
5502 if (its_affinity->header.length < sizeof(*its_affinity)) {
5503 pr_err("SRAT: Invalid header length %d in ITS affinity\n",
5504 its_affinity->header.length);
5562 static int __init gic_acpi_parse_madt_its(union acpi_subtable_headers *header,
5571 its_entry = (struct acpi_madt_generic_translator *)header;
5610 static int __init its_acpi_reset(union acpi_subtable_headers *header,
5616 its_entry = (struct acpi_madt_generic_translator *)header;