Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dintel-iommu.h325 #define QI_PSTRM_DEVFN(devfn) (((u64)(devfn)) << 4) macro
/Linux-v4.19/drivers/iommu/
Dintel-svm.c688 resp.high = QI_PSTRM_ADDR(address) | QI_PSTRM_DEVFN(req->devfn) | in prq_event_thread()