Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/iommu/
H A Dintel_intrmap.c85 error = vmem_alloc(unit->irtids, count, M_FIRSTFIT | M_NOWAIT, in iommu_alloc_msi_intr()
172 error = vmem_alloc(unit->irtids, 1, M_FIRSTFIT | M_NOWAIT, &vmem_res); in iommu_map_ioapic_intr()
317 vmem_free(unit->irtids, cookie, 1); in dmar_ir_free_irte()
353 unit->irtids = vmem_create("dmarirt", 0, unit->irte_cnt, 1, 0, in dmar_init_irt()
381 vmem_destroy(unit->irtids); in dmar_fini_irt()
H A Dintel_dmar.h179 vmem_t *irtids; member