Home
last modified time | relevance | path

Searched refs:QI_EIOTLB_PASID (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/iommu/
Dintel-svm.c159 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
162 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
168 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
/linux-4.4.14/include/linux/
Dintel-iommu.h311 #define QI_EIOTLB_PASID(pasid) (((u64)pasid) << 32) macro