Searched refs:SPAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
39 #define SPAGE_SIZE (1 << SPAGE_ORDER) macro43 #define SPAGE_MASK (~(SPAGE_SIZE - 1))105 #define spage_offs(iova) (iova & (SPAGE_SIZE - 1))108 #define NUM_LV2ENTRIES (SECT_SIZE / SPAGE_SIZE)123 #define SPAGES_PER_LPAGE (LPAGE_SIZE / SPAGE_SIZE)463 iova += SPAGE_SIZE; in __sysmmu_tlb_invalidate_entry()467 writel((iova & SPAGE_MASK) + (num_inv - 1) * SPAGE_SIZE, in __sysmmu_tlb_invalidate_entry()714 num_inv = min_t(unsigned int, size / SPAGE_SIZE, 64); in sysmmu_tlb_invalidate_entry()929 domain->domain.pgsize_bitmap = SECT_SIZE | LPAGE_SIZE | SPAGE_SIZE; in exynos_iommu_domain_alloc_paging()1180 if (size == SPAGE_SIZE) { in lv2set_page()[all …]
98 #define SPAGE_SIZE 4096 macro342 sun50i_iommu_zap_iova(iommu, iova + SPAGE_SIZE); in sun50i_iommu_zap_range()343 if (size > SPAGE_SIZE) { in sun50i_iommu_zap_range()345 sun50i_iommu_zap_iova(iommu, iova + size + SPAGE_SIZE); in sun50i_iommu_zap_range()879 sun50i_iommu_zap_range(iommu, iova, SPAGE_SIZE); in sun50i_iommu_report_fault()