Searched refs:domids (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/x86/iommu/
H A Dintel_drv.c265 if (unit->domids != NULL) {
266 delete_unrhdr(unit->domids);
267 unit->domids = NULL;
471 unit->domids = new_unrhdr(0, dmar_nd2mask(DMAR_CAP_ND(unit->hw_cap)),
483 alloc_unr_specific(unit->domids, 0);
H A Dintel_dmar.h147 struct unrhdr *domids; member in struct:dmar_unit
H A Dintel_ctx.c388 id = alloc_unr(dmar->domids);
514 free_unr(dmar->domids, domain->domain);

Completed in 51 milliseconds