Home
last modified time | relevance | path

Searched refs:IOLARGE_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Domap-iopgtable.h51 #define IOLARGE_MASK (~(IOLARGE_SIZE - 1)) macro
H A Domap-iommu.c606 if ((da | pa) & ~IOLARGE_MASK) { in iopte_alloc_large()
616 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE; in iopte_alloc_large()
721 iopte = iopte_offset(iopgd, (da & IOLARGE_MASK)); in iopgtable_clear_entry_core()
1627 ret = omap_iommu_translate(*pte, da, IOLARGE_MASK); in omap_iommu_iova_to_phys()
/kernel/linux/linux-6.6/drivers/iommu/
H A Domap-iopgtable.h51 #define IOLARGE_MASK (~(IOLARGE_SIZE - 1)) macro
H A Domap-iommu.c605 if ((da | pa) & ~IOLARGE_MASK) { in iopte_alloc_large()
615 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE; in iopte_alloc_large()
720 iopte = iopte_offset(iopgd, (da & IOLARGE_MASK)); in iopgtable_clear_entry_core()
1622 ret = omap_iommu_translate(*pte, da, IOLARGE_MASK); in omap_iommu_iova_to_phys()

Completed in 6 milliseconds