Home
last modified time | relevance | path

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

/trueos/sys/x86/iommu/
HDintel_ctx.c408 if ((dmar->hw_ecap & DMAR_ECAP_DI) != 0) in dmar_get_ctx()
413 (dmar->hw_ecap & DMAR_ECAP_DI) != 0) in dmar_get_ctx()
503 if ((dmar->hw_ecap & DMAR_ECAP_DI) != 0) { in dmar_free_ctx_locked()
HDintel_reg.h185 #define DMAR_ECAP_DI (1 << 2) /* Device IOTLB */ macro
HDintel_idpgtbl.c527 (unit->hw_ecap & DMAR_ECAP_DI) != 0, in ctx_map_buf()
HDintel_drv.c492 if ((unit->hw_ecap & DMAR_ECAP_DI) != 0) { in dmar_attach()