Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Dsvm.c1029 resp.qw0 = QI_PGRP_PASID(req->pasid) | in prq_event_thread()
1206 desc.qw0 = QI_PGRP_PASID(prm->pasid) | QI_PGRP_DID(sid) | in intel_svm_page_response()
/OK3568_Linux_fs/kernel/include/linux/
H A Dintel-iommu.h399 #define QI_PGRP_PASID(pasid) (((u64)(pasid)) << 32) macro