Searched refs:this_pfn (Results 1 – 3 of 3) sorted by relevance
565 unsigned long pfn, this_pfn; in find_phys_blocks() local579 this_pfn = i < npages ? page_to_pfn(pages[i]) : 0; in find_phys_blocks()585 if (this_pfn != ++pfn) { in find_phys_blocks()619 pfn = this_pfn; in find_phys_blocks()
961 unsigned long this_pfn = pte_pfn(pte); \963 if (pfn_valid(this_pfn) && \966 page_folio(pfn_to_page(this_pfn))); \
1154 unsigned long this_pfn = page_to_pfn(page_list[i]); in vhost_vdpa_pa_map() local1157 if (last_pfn && (this_pfn != last_pfn + 1)) { in vhost_vdpa_pa_map()1177 map_pfn = this_pfn; in vhost_vdpa_pa_map()1182 last_pfn = this_pfn; in vhost_vdpa_pa_map()