Home
last modified time | relevance | path

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

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