Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Diommu.c64 #define IOVA_PFN(addr) ((addr) >> PAGE_SHIFT) macro
4234 unsigned long iova_pfn = IOVA_PFN(gather->start); in intel_iommu_tlb_sync()
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c51 #define IOVA_PFN(addr) ((addr) >> PAGE_SHIFT) macro