Lines Matching defs:header
305 struct acpi_dmar_header *hdr; /* ACPI header */
314 struct acpi_dmar_header *hdr; /* ACPI header */
4350 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg)
4355 rmrr = (struct acpi_dmar_reserved_memory *)header;
4371 rmrru->hdr = header;
4377 ((void *)rmrr) + rmrr->header.length,
4401 if (atsr->header.length != tmp->header.length)
4403 if (memcmp(atsr, tmp, atsr->header.length) == 0)
4418 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
4437 (void *)atsr + atsr->header.length,
4461 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
4479 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
4633 atsr = container_of(atsru->hdr, struct acpi_dmar_atsr, header);
4664 struct acpi_dmar_reserved_memory, header);
4667 ((void *)rmrr) + rmrr->header.length,
4682 atsr = container_of(atsru->hdr, struct acpi_dmar_atsr, header);
4685 (void *)atsr + atsr->header.length,