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()
135 if (!unit->irte_enabled || cookie == -1) in amdiommu_map_msi_intr()
274 KASSERT(unit->irte_enabled, in amdiommu_ir_free_irte()
309 if (!unit->irte_enabled) in amdiommu_ctx_init_irte()
349 if (!unit->irte_enabled) in amdiommu_ctx_fini_irte()
365 OID_AUTO, "ir", CTLFLAG_RD, &unit->irte_enabled, 0, in amdiommu_init_irt()
371 unit->irte_enabled = enabled != 0; in amdiommu_init_irt()
372 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