Home
last modified time | relevance | path

Searched refs:pageblock_start_pfn (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/mm/
H A Dpage_isolation.c40 VM_BUG_ON(pageblock_start_pfn(start_pfn) != in has_unmovable_pages()
41 pageblock_start_pfn(end_pfn - 1)); in has_unmovable_pages()
489 unsigned long isolate_start = pageblock_start_pfn(start_pfn); in start_isolate_page_range()
542 unsigned long isolate_start = pageblock_start_pfn(start_pfn); in undo_isolate_page_range()
H A Dcompaction.c235 pageblock_start_pfn(zone_end_pfn(zone) - 1); in reset_cached_positions()
340 block_pfn = pageblock_start_pfn(pfn); in __reset_isolation_pfn()
738 block_start_pfn = pageblock_start_pfn(pfn); in isolate_freepages_range()
755 block_start_pfn = pageblock_start_pfn(pfn); in isolate_freepages_range()
1364 block_start_pfn = pageblock_start_pfn(pfn); in isolate_migratepages_range()
1604 highest = max(pageblock_start_pfn(pfn), in fast_isolate_freepages()
2052 pfn = pageblock_start_pfn(free_pfn); in fast_find_migrateblock()
2098 block_start_pfn = pageblock_start_pfn(low_pfn); in isolate_migratepages()
2653 if (pageblock_start_pfn(last_migrated_pfn) == in compact_zone()
2680 pageblock_start_pfn(cc->migrate_pfn - 1)); in compact_zone()
[all …]
H A Dmemblock.c2120 start = pageblock_start_pfn(start); in free_unused_memmap()
H A Dmm_init.c852 if (!pfn_valid(pageblock_start_pfn(pfn))) { in init_unavailable_range()
H A Dpage_alloc.c351 pfn = pfn - pageblock_start_pfn(page_zone(page)->zone_start_pfn); in pfn_to_bitidx()
1839 start = pageblock_start_pfn(pfn); in prep_move_freepages_block()
/linux-6.15/tools/testing/memblock/linux/
H A Dmmzone.h27 #define pageblock_start_pfn(pfn) ALIGN_DOWN((pfn), pageblock_nr_pages) macro
/linux-6.15/tools/testing/vma/linux/
H A Dmmzone.h27 #define pageblock_start_pfn(pfn) ALIGN_DOWN((pfn), pageblock_nr_pages) macro
/linux-6.15/include/linux/
H A Dpageblock-flags.h62 #define pageblock_start_pfn(pfn) ALIGN_DOWN((pfn), pageblock_nr_pages) macro