Home
last modified time | relevance | path

Searched refs:DMAR_ECAP_DI (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/x86/iommu/
HDintel_reg.h176 #define DMAR_ECAP_DI (1 << 2) /* Device IOTLB */ macro
HDintel_ctx.c203 if ((dmar->hw_ecap & DMAR_ECAP_DI) != 0 || force) in dmar_flush_for_ctx_entry()
208 if (error == 0 && ((dmar->hw_ecap & DMAR_ECAP_DI) != 0 || force)) in dmar_flush_for_ctx_entry()
791 if ((dmar->hw_ecap & DMAR_ECAP_DI) != 0) { in dmar_free_ctx_locked()
HDintel_idpgtbl.c522 (unit->hw_ecap & DMAR_ECAP_DI) != 0, in dmar_map_buf()
HDintel_drv.c485 if ((unit->hw_ecap & DMAR_ECAP_DI) != 0) { in dmar_attach()