Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/pt1/
Dpt1.c48 __le32 next_pfn; member
658 tables[i - 1].page->next_pfn = cpu_to_le32(pfn); in pt1_init_tables()
662 tables[pt1_nr_tables - 1].page->next_pfn = cpu_to_le32(first_pfn); in pt1_init_tables()
/linux-5.19.10/arch/arm/mm/
Ddma-mapping.c1330 unsigned int next_pfn = page_to_pfn(pages[i]) + 1; in __iommu_create_mapping() local
1334 for (j = i + 1; j < count; j++, next_pfn++) in __iommu_create_mapping()
1335 if (page_to_pfn(pages[j]) != next_pfn) in __iommu_create_mapping()