Searched refs:this_pfn (Results 1 – 3 of 3) sorted by relevance
568 unsigned long pfn, this_pfn; in find_phys_blocks() local 582 this_pfn = i < npages ? page_to_pfn(pages[i]) : 0; in find_phys_blocks() 588 if (this_pfn != ++pfn) { in find_phys_blocks() 622 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))); \
1152 unsigned long this_pfn = page_to_pfn(page_list[i]); in vhost_vdpa_pa_map() local 1155 if (last_pfn && (this_pfn != last_pfn + 1)) { in vhost_vdpa_pa_map() 1175 map_pfn = this_pfn; in vhost_vdpa_pa_map() 1180 last_pfn = this_pfn; in vhost_vdpa_pa_map()