Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_isolation.c392 unsigned long head_pfn = page_to_pfn(head); in isolate_single_pageblock() local
395 if (head_pfn + nr_pages <= boundary_pfn) { in isolate_single_pageblock()
396 pfn = head_pfn + nr_pages; in isolate_single_pageblock()
412 .zone = page_zone(pfn_to_page(head_pfn)), in isolate_single_pageblock()
430 flags, head_pfn, head_pfn + nr_pages); in isolate_single_pageblock()
435 ret = __alloc_contig_migrate_range(&cc, head_pfn, in isolate_single_pageblock()
436 head_pfn + nr_pages); in isolate_single_pageblock()
H A Dmm_init.c1037 unsigned long head_pfn, in memmap_init_compound() argument
1042 unsigned long pfn, end_pfn = head_pfn + nr_pages; in memmap_init_compound()
1046 for (pfn = head_pfn + 1; pfn < end_pfn; pfn++) { in memmap_init_compound()
1050 prep_compound_tail(head, pfn - head_pfn); in memmap_init_compound()
1058 if (pfn == head_pfn + 1) in memmap_init_compound()