Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dvideobuf-dma-contig.c162 unsigned long prev_pfn, this_pfn; in videobuf_dma_contig_user_get() local
185 ret = follow_pfn(vma, user_address, &this_pfn); in videobuf_dma_contig_user_get()
190 mem->dma_handle = (this_pfn << PAGE_SHIFT) + offset; in videobuf_dma_contig_user_get()
191 else if (this_pfn != (prev_pfn + 1)) in videobuf_dma_contig_user_get()
197 prev_pfn = this_pfn; in videobuf_dma_contig_user_get()
/openbmc/linux/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()
/openbmc/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()
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h960 unsigned long this_pfn = pte_pfn(pte); \
962 if (pfn_valid(this_pfn) && \
965 page_folio(pfn_to_page(this_pfn))); \
/openbmc/linux/drivers/vhost/
H A Dvdpa.c1050 unsigned long this_pfn = page_to_pfn(page_list[i]); in vhost_vdpa_pa_map() local
1053 if (last_pfn && (this_pfn != last_pfn + 1)) { in vhost_vdpa_pa_map()
1073 map_pfn = this_pfn; in vhost_vdpa_pa_map()
1078 last_pfn = this_pfn; in vhost_vdpa_pa_map()