Home
last modified time | relevance | path

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

/linux-6.15/drivers/ras/
H A Dcec.c189 u64 this_pfn; in __find_elem() local
194 this_pfn = PFN(ca->array[i]); in __find_elem()
196 if (this_pfn < pfn) in __find_elem()
198 else if (this_pfn > pfn) in __find_elem()
200 else if (this_pfn == pfn) { in __find_elem()
/linux-6.15/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-6.15/arch/sparc/include/asm/
H A Dpgtable_64.h963 unsigned long this_pfn = pte_pfn(pte); \
965 if (pfn_valid(this_pfn) && \
968 page_folio(pfn_to_page(this_pfn))); \
/linux-6.15/drivers/vhost/
H A Dvdpa.c1154 unsigned long this_pfn = page_to_pfn(page_list[i]); in vhost_vdpa_pa_map() local
1157 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()