Home
last modified time | relevance | path

Searched refs:this_pfn (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c568 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()
/linux/arch/sparc/include/asm/
H A Dpgtable_64.h961 unsigned long this_pfn = pte_pfn(pte); \
963 if (pfn_valid(this_pfn) && \
966 page_folio(pfn_to_page(this_pfn))); \
/linux/drivers/vhost/
H A Dvdpa.c1152 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()