Home
last modified time | relevance | path

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

/linux/lib/
H A Dscatterlist.c479 unsigned long next_pfn; in sg_alloc_append_table_from_pages() local
486 next_pfn = (sg_phys(sgt_append->prv) + prv_len) / PAGE_SIZE; in sg_alloc_append_table_from_pages()
487 if (page_to_pfn(pages[0]) == next_pfn) { in sg_alloc_append_table_from_pages()
488 last_pg = pfn_to_page(next_pfn - 1); in sg_alloc_append_table_from_pages()
/linux/drivers/media/pci/pt1/
H A 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/arch/arm/mm/
H A Ddma-mapping.c976 unsigned int next_pfn = page_to_pfn(pages[i]) + 1; in __iommu_create_mapping() local
980 for (j = i + 1; j < count; j++, next_pfn++) in __iommu_create_mapping()
981 if (page_to_pfn(pages[j]) != next_pfn) in __iommu_create_mapping()