Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/pt1/
Dpt1.c57 __le32 next_pfn; member
634 tables[i - 1].page->next_pfn = cpu_to_le32(pfn); in pt1_init_tables()
638 tables[pt1_nr_tables - 1].page->next_pfn = cpu_to_le32(first_pfn); in pt1_init_tables()
/Linux-v4.19/arch/arm/mm/
Ddma-mapping.c1420 unsigned int next_pfn = page_to_pfn(pages[i]) + 1; in __iommu_create_mapping() local
1424 for (j = i + 1; j < count; j++, next_pfn++) in __iommu_create_mapping()
1425 if (page_to_pfn(pages[j]) != next_pfn) in __iommu_create_mapping()