Searched refs:DMA_CCMD_DEVICE_INVL (Results 1 – 3 of 3) sorted by relevance
795 DMA_CCMD_DEVICE_INVL); in device_pasid_table_setup()821 DMA_CCMD_DEVICE_INVL); in device_pasid_table_setup()897 DMA_CCMD_MASK_NOBIT, DMA_CCMD_DEVICE_INVL); in intel_context_flush_present()
1166 case DMA_CCMD_DEVICE_INVL: in __iommu_flush_context()1167 val = DMA_CCMD_DEVICE_INVL|DMA_CCMD_DID(did) in __iommu_flush_context()1606 DMA_CCMD_DEVICE_INVL); in copied_context_tear_down()1627 DMA_CCMD_DEVICE_INVL); in context_present_cache_flush()
305 #define DMA_CCMD_DEVICE_INVL (((u64)3) << 61) macro