Lines Matching refs:SPAGE_SIZE
35 #define SPAGE_SIZE (1 << SPAGE_ORDER) macro
39 #define SPAGE_MASK (~(SPAGE_SIZE - 1))
101 #define spage_offs(iova) (iova & (SPAGE_SIZE - 1))
104 #define NUM_LV2ENTRIES (SECT_SIZE / SPAGE_SIZE)
119 #define SPAGES_PER_LPAGE (LPAGE_SIZE / SPAGE_SIZE)
459 iova += SPAGE_SIZE; in __sysmmu_tlb_invalidate_entry()
463 writel((iova & SPAGE_MASK) + (num_inv - 1) * SPAGE_SIZE, in __sysmmu_tlb_invalidate_entry()
710 num_inv = min_t(unsigned int, size / SPAGE_SIZE, 64); in sysmmu_tlb_invalidate_entry()
1163 if (size == SPAGE_SIZE) { in lv2set_page()
1315 size = SPAGE_SIZE; in exynos_iommu_unmap()
1321 size = SPAGE_SIZE; in exynos_iommu_unmap()
1481 .pgsize_bitmap = SECT_SIZE | LPAGE_SIZE | SPAGE_SIZE,