Searched refs:atsr (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/iommu/intel/
H A Diommu.c2978 static struct dmar_atsr_unit *dmar_find_atsr(struct acpi_dmar_atsr *atsr) argument
2986 if (atsr->segment != tmp->segment)
2988 if (atsr->header.length != tmp->header.length)
2990 if (memcmp(atsr, tmp, atsr->header.length) == 0)
2999 struct acpi_dmar_atsr *atsr; local
3005 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
3006 atsru = dmar_find_atsr(atsr);
3021 atsru->include_all = atsr->flags & 0x1;
3023 atsru->devices = dmar_alloc_dev_scope((void *)(atsr
3045 struct acpi_dmar_atsr *atsr; local
3063 struct acpi_dmar_atsr *atsr; local
3276 struct acpi_dmar_atsr *atsr; local
3332 struct acpi_dmar_atsr *atsr; local
[all...]
H A Ddmar.c525 struct acpi_dmar_atsr *atsr; local
544 atsr = container_of(header, struct acpi_dmar_atsr, header);
545 pr_info("ATSR flags: %#x\n", atsr->flags);

Completed in 145 milliseconds