Home
last modified time | relevance | path

Searched refs:dmar_devs (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/iommu/
H A Dintel_drv.c87 static device_t *dmar_devs; variable
221 dmar_devs = malloc(sizeof(device_t) * dmar_devcnt, M_DEVBUF, in dmar_identify()
229 dmar_devs[i] = BUS_ADD_CHILD(parent, 1, "dmar", i); in dmar_identify()
230 if (dmar_devs[i] == NULL) { in dmar_identify()
234 error = bus_set_resource(dmar_devs[i], SYS_RES_MEMORY, in dmar_identify()
240 device_delete_child(parent, dmar_devs[i]); in dmar_identify()
241 dmar_devs[i] = NULL; in dmar_identify()
248 acpi_set_domain(dmar_devs[i], ria.proxim_dom == -1 ? in dmar_identify()
383 dmar_devs[unit->iommu.unit] = NULL; in dmar_attach()
412 dmar_devs[unit->iommu.unit] = NULL; in dmar_attach()
[all …]