Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c71 unsigned long next_pfn = 0; /* suppress gcc warning */ in shmem_sg_alloc_table() local
158 folio_pfn(folio) != next_pfn) { in shmem_sg_alloc_table()
168 next_pfn = folio_pfn(folio) + nr_pages; in shmem_sg_alloc_table()
172 GEM_BUG_ON(gfp & __GFP_DMA32 && next_pfn >= 0x00100000UL); in shmem_sg_alloc_table()
/openbmc/linux/mm/
H A Dcompaction.c1693 unsigned long next_pfn; in isolate_freepages() local
1695 next_pfn = skip_offline_sections_reverse(block_start_pfn); in isolate_freepages()
1696 if (next_pfn) in isolate_freepages()
1697 block_start_pfn = max(next_pfn, low_pfn); in isolate_freepages()
2019 unsigned long next_pfn; in isolate_migratepages() local
2021 next_pfn = skip_offline_sections(block_start_pfn); in isolate_migratepages()
2022 if (next_pfn) in isolate_migratepages()
2023 block_end_pfn = min(next_pfn, cc->free_pfn); in isolate_migratepages()
/openbmc/linux/lib/
H A Dscatterlist.c476 unsigned long next_pfn = (page_to_phys(sg_page(sgt_append->prv)) + in sg_alloc_append_table_from_pages() local
484 if (page_to_pfn(pages[0]) == next_pfn) { in sg_alloc_append_table_from_pages()
485 last_pg = pfn_to_page(next_pfn - 1); in sg_alloc_append_table_from_pages()
/openbmc/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()
/openbmc/linux/arch/arm/mm/
H A Ddma-mapping.c981 unsigned int next_pfn = page_to_pfn(pages[i]) + 1; in __iommu_create_mapping() local
985 for (j = i + 1; j < count; j++, next_pfn++) in __iommu_create_mapping()
986 if (page_to_pfn(pages[j]) != next_pfn) in __iommu_create_mapping()