Lines Matching defs:header
254 struct acpi_dmar_header *hdr; /* ACPI header */
263 struct acpi_dmar_header *hdr; /* ACPI header */
271 struct acpi_dmar_header *hdr; /* ACPI header */
3081 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg)
3086 rmrr = (struct acpi_dmar_reserved_memory *)header;
3102 rmrru->hdr = header;
3108 ((void *)rmrr) + rmrr->header.length,
3132 if (atsr->header.length != tmp->header.length)
3134 if (memcmp(atsr, tmp, atsr->header.length) == 0)
3149 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
3168 (void *)atsr + atsr->header.length,
3192 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
3210 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
3234 if (satc->header.length != tmp->header.length)
3236 if (memcmp(satc, tmp, satc->header.length) == 0)
3251 satc = container_of(hdr, struct acpi_dmar_satc, header);
3264 (void *)satc + satc->header.length,
3401 satc = container_of(satcu->hdr, struct acpi_dmar_satc, header);
3452 atsr = container_of(atsru->hdr, struct acpi_dmar_atsr, header);
3485 struct acpi_dmar_reserved_memory, header);
3488 ((void *)rmrr) + rmrr->header.length,
3503 atsr = container_of(atsru->hdr, struct acpi_dmar_atsr, header);
3506 (void *)atsr + atsr->header.length,
3520 satc = container_of(satcu->hdr, struct acpi_dmar_satc, header);
3523 (void *)satc + satc->header.length,