Searched refs:next_pfn (Results 1 – 3 of 3) sorted by relevance
73 unsigned long next_pfn = 0; /* suppress gcc warning */ in shmem_sg_alloc_table() local164 folio_pfn(folio) != next_pfn) { in shmem_sg_alloc_table()176 next_pfn = folio_pfn(folio) + nr_pages; in shmem_sg_alloc_table()180 GEM_BUG_ON(gfp & __GFP_DMA32 && next_pfn >= 0x00100000UL); in shmem_sg_alloc_table()
48 __le32 next_pfn; member658 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()
976 unsigned int next_pfn = page_to_pfn(pages[i]) + 1; in __iommu_create_mapping() local980 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()