Home
last modified time | relevance | path

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

/freebsd/sys/x86/iommu/
H A Damd_intrmap.c90 if (ctx == NULL || !CTX2AMD(ctx)->irte_enabled) { in amdiommu_alloc_msi_intr()
137 if (!unit->irte_enabled || cookie == -1) in amdiommu_map_msi_intr()
280 KASSERT(unit->irte_enabled, in amdiommu_ir_free_irte()
316 if (!unit->irte_enabled) in amdiommu_ctx_init_irte()
356 if (!unit->irte_enabled) in amdiommu_ctx_fini_irte()
372 OID_AUTO, "ir", CTLFLAG_RD, &unit->irte_enabled, 0, in amdiommu_init_irt()
378 unit->irte_enabled = enabled != 0; in amdiommu_init_irt()
379 if (!unit->irte_enabled) in amdiommu_init_irt()
H A Damd_ctx.c392 if (unit->irte_enabled) in amdiommu_free_ctx_locked()
452 if (unit->irte_enabled) { in dte_entry_init_one()
H A Damd_iommu.h99 int irte_enabled; /* int for sysctl type */ member