Searched defs:drhd (Results 1 - 3 of 3) sorted by relevance

/drivers/iommu/
H A Dintr_remapping.c241 struct dmar_drhd_unit *drhd; local
243 drhd = dmar_find_matched_drhd_unit(dev);
244 if (!drhd)
247 return drhd->iommu;
524 struct dmar_drhd_unit *drhd; local
532 for_each_drhd_unit(drhd) {
533 struct intel_iommu *iommu = drhd->iommu;
544 struct dmar_drhd_unit *drhd; local
561 for_each_drhd_unit(drhd) {
562 struct intel_iommu *iommu = drhd
707 struct acpi_dmar_hardware_unit *drhd; local
753 struct dmar_drhd_unit *drhd; local
787 struct dmar_drhd_unit *drhd; local
803 struct dmar_drhd_unit *drhd; local
[all...]
H A Ddmar.c52 static void __init dmar_register_drhd_unit(struct dmar_drhd_unit *drhd) argument
58 if (drhd->include_all)
59 list_add_tail(&drhd->list, &dmar_drhd_units);
61 list_add(&drhd->list, &dmar_drhd_units);
176 struct acpi_dmar_hardware_unit *drhd; local
180 drhd = (struct acpi_dmar_hardware_unit *)header;
186 dmaru->reg_base_addr = drhd->address;
187 dmaru->segment = drhd->segment;
188 dmaru->include_all = drhd->flags & 0x1; /* BIT0: INCLUDE_ALL */
201 struct acpi_dmar_hardware_unit *drhd; local
225 struct dmar_drhd_unit *drhd; local
254 struct acpi_dmar_hardware_unit *drhd; local
406 struct acpi_dmar_hardware_unit *drhd; local
430 struct dmar_drhd_unit *drhd, *drhd_n; local
499 struct acpi_dmar_hardware_unit *drhd; local
581 alloc_iommu(struct dmar_drhd_unit *drhd) argument
1249 struct dmar_drhd_unit *drhd; local
[all...]
H A Dintel-iommu.c617 struct dmar_drhd_unit *drhd; local
627 for_each_active_iommu(iommu, drhd) {
646 struct dmar_drhd_unit *drhd = NULL; local
649 for_each_drhd_unit(drhd) {
650 if (drhd->ignored)
652 if (segment != drhd->segment)
655 for (i = 0; i < drhd->devices_cnt; i++) {
656 if (drhd->devices[i] &&
657 drhd->devices[i]->bus->number == bus &&
658 drhd
1514 struct dmar_drhd_unit *drhd; local
1956 struct dmar_drhd_unit *drhd; local
2218 struct dmar_drhd_unit *drhd; local
2403 struct dmar_drhd_unit *drhd; local
3228 struct dmar_drhd_unit *drhd; local
3256 struct dmar_drhd_unit *drhd; local
3301 struct dmar_drhd_unit *drhd; local
3337 struct dmar_drhd_unit *drhd; local
3350 struct dmar_drhd_unit *drhd; local
3390 struct dmar_drhd_unit *drhd; local
3875 struct dmar_drhd_unit *drhd; local
[all...]

Completed in 63 milliseconds