Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/pt1/
Dpt1.c54 __le32 next_pfn; member
468 tables[i - 1].page->next_pfn = cpu_to_le32(pfn); in pt1_init_tables()
472 tables[pt1_nr_tables - 1].page->next_pfn = cpu_to_le32(first_pfn); in pt1_init_tables()
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c1262 unsigned int next_pfn = page_to_pfn(pages[i]) + 1; in __iommu_create_mapping() local
1266 for (j = i + 1; j < count; j++, next_pfn++) in __iommu_create_mapping()
1267 if (page_to_pfn(pages[j]) != next_pfn) in __iommu_create_mapping()