Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Domap-iopgtable.h34 #define IOSUPER_MASK (~(IOSUPER_SIZE - 1)) macro
H A Domap-iommu.c566 if ((da | pa) & ~IOSUPER_MASK) { in iopgd_alloc_super()
573 *(iopgd + i) = (pa & IOSUPER_MASK) | prot | IOPGD_SUPER; in iopgd_alloc_super()
742 iopgd = iopgd_offset(obj, (da & IOSUPER_MASK)); in iopgtable_clear_entry_core()
1630 ret = omap_iommu_translate(*pgd, da, IOSUPER_MASK); in omap_iommu_iova_to_phys()