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

/freebsd-13-stable/sys/x86/iommu/
H A Dintel_reg.h192 #define DMAR_ECAP_DI (1 << 2) /* Device IOTLB */ macro
H A Dintel_ctx.c223 if ((dmar->hw_ecap & DMAR_ECAP_DI) != 0 || force)
228 if (error == 0 && ((dmar->hw_ecap & DMAR_ECAP_DI) != 0 || force))
804 if ((dmar->hw_ecap & DMAR_ECAP_DI) != 0) {
H A Dintel_idpgtbl.c547 (unit->hw_ecap & DMAR_ECAP_DI) != 0,
H A Dintel_drv.c507 if ((unit->hw_ecap & DMAR_ECAP_DI) != 0) {

Completed in 74 milliseconds