Home
last modified time | relevance | path

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

/arch/arm/mm/
Ddma-mapping.c1438 unsigned int next_pfn = page_to_pfn(pages[i]) + 1; in __iommu_create_mapping() local
1442 for (j = i + 1; j < count; j++, next_pfn++) in __iommu_create_mapping()
1443 if (page_to_pfn(pages[j]) != next_pfn) in __iommu_create_mapping()