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

/freebsd-11.0-release/sys/x86/iommu/
H A Dintel_intrmap.c82 error = vmem_alloc(unit->irtids, count, M_FIRSTFIT | M_NOWAIT,
169 error = vmem_alloc(unit->irtids, 1, M_FIRSTFIT | M_NOWAIT, &vmem_res);
312 vmem_free(unit->irtids, cookie, 1);
348 unit->irtids = vmem_create("dmarirt", 0, unit->irte_cnt, 1, 0,
376 vmem_destroy(unit->irtids);
H A Dintel_dmar.h227 vmem_t *irtids; member in struct:dmar_unit

Completed in 53 milliseconds