Searched refs:head_pfn (Results 1 – 3 of 3) sorted by relevance
408 unsigned long head_pfn = page_to_pfn(head); in isolate_single_pageblock() local411 if (head_pfn + nr_pages <= boundary_pfn || in isolate_single_pageblock()413 pfn = head_pfn + nr_pages; in isolate_single_pageblock()
1083 unsigned long head_pfn, in memmap_init_compound() argument1088 unsigned long pfn, end_pfn = head_pfn + nr_pages; in memmap_init_compound()1092 for (pfn = head_pfn + 1; pfn < end_pfn; pfn++) { in memmap_init_compound()1096 prep_compound_tail(head, pfn - head_pfn); in memmap_init_compound()1104 if (pfn == head_pfn + 1) in memmap_init_compound()
3285 unsigned long head_pfn = folio_pfn(folio); in hugetlb_folio_init_tail_vmemmap() local3286 unsigned long pfn, end_pfn = head_pfn + end_page_number; in hugetlb_folio_init_tail_vmemmap()3289 for (pfn = head_pfn + start_page_number; pfn < end_pfn; pfn++) { in hugetlb_folio_init_tail_vmemmap()3293 prep_compound_tail((struct page *)folio, pfn - head_pfn); in hugetlb_folio_init_tail_vmemmap()