Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dintel-svm.c166 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
169 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
175 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
/Linux-v4.19/include/linux/
Dintel-iommu.h304 #define QI_EIOTLB_PASID(pasid) (((u64)pasid) << 32) macro