Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dintel-iommu.h331 #define QI_PSTRM_DEVFN(devfn) (((u64)(devfn)) << 4) macro
/linux-4.4.14/drivers/iommu/
Dintel-svm.c635 resp.high = QI_PSTRM_ADDR(address) | QI_PSTRM_DEVFN(req->devfn) | in prq_event_thread()