Symbol: AMD2IOMMU
sys/x86/iommu/amd_cmd.c
217
amdiommu_cmd_ensure(AMD2IOMMU(unit), 1);
sys/x86/iommu/amd_cmd.c
223
iommu_qi_emit_wait_seq(AMD2IOMMU(unit), pseq, emit_wait);
sys/x86/iommu/amd_cmd.c
246
amdiommu_cmd_ensure(AMD2IOMMU(unit), 1);
sys/x86/iommu/amd_cmd.c
267
amdiommu_cmd_ensure(AMD2IOMMU(CTX2AMD(ctx)), 1);
sys/x86/iommu/amd_cmd.c
279
amdiommu_qi_invalidate_wait_sync(AMD2IOMMU(CTX2AMD(ctx)));
sys/x86/iommu/amd_cmd.c
290
amdiommu_cmd_ensure(AMD2IOMMU(unit), 1);
sys/x86/iommu/amd_cmd.c
301
amdiommu_qi_invalidate_wait_sync(AMD2IOMMU(unit));
sys/x86/iommu/amd_cmd.c
310
iommu_qi_drain_tlb_flush(AMD2IOMMU(unit));
sys/x86/iommu/amd_cmd.c
325
iommu_qi_common_init(AMD2IOMMU(unit), amdiommu_qi_task);
sys/x86/iommu/amd_cmd.c
343
amdiommu_enable_qi_intr(AMD2IOMMU(unit));
sys/x86/iommu/amd_cmd.c
359
iommu_qi_common_fini(AMD2IOMMU(unit), amdiommu_fini_cmd_helper);
sys/x86/iommu/amd_ctx.c
246
iommu_domain_init(AMD2IOMMU(unit), iodom, &amdiommu_domain_map_ops);
sys/x86/iommu/amd_ctx.c
390
amdiommu_qi_invalidate_wait_sync(AMD2IOMMU(CTX2AMD(ctx)));
sys/x86/iommu/amd_ctx.c
492
if (iommu_is_buswide_ctx(AMD2IOMMU(unit),
sys/x86/iommu/amd_ctx.c
522
KASSERT(!iommu_is_buswide_ctx(AMD2IOMMU(unit), bus) ||
sys/x86/iommu/amd_ctx.c
524
("iommu%d pci%d:%d:%d get_ctx for buswide", AMD2IOMMU(unit)->unit,
sys/x86/iommu/amd_ctx.c
566
AMD2IOMMU(unit)->unit, unit->unit_dom,
sys/x86/iommu/amd_ctx.c
603
if (AMD2IOMMU(unit) != iommu) /* XXX complain loudly */
sys/x86/iommu/amd_drv.c
534
error = iommu_init_busdma(AMD2IOMMU(sc));
sys/x86/iommu/amd_drv.c
554
AMD2IOMMU(sc)->unit);
sys/x86/iommu/amd_intrmap.c
258
ioctx = iommu_instantiate_ctx(AMD2IOMMU(unit), src, false);
sys/x86/iommu/amd_iommu.h
108
#define AMDIOMMU_LOCK(unit) mtx_lock(&AMD2IOMMU(unit)->lock)
sys/x86/iommu/amd_iommu.h
109
#define AMDIOMMU_UNLOCK(unit) mtx_unlock(&AMD2IOMMU(unit)->lock)
sys/x86/iommu/amd_iommu.h
110
#define AMDIOMMU_ASSERT_LOCKED(unit) mtx_assert(&AMD2IOMMU(unit)->lock, \