Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ras/
Dcec.c186 u64 this_pfn; in __find_elem() local
192 this_pfn = PFN(ca->array[tmp]); in __find_elem()
194 if (this_pfn < pfn) in __find_elem()
196 else if (this_pfn > pfn) in __find_elem()
207 this_pfn = PFN(ca->array[min]); in __find_elem()
209 if (this_pfn == pfn) in __find_elem()
/Linux-v4.19/drivers/media/v4l2-core/
Dvideobuf-dma-contig.c165 unsigned long prev_pfn, this_pfn; in videobuf_dma_contig_user_get() local
188 ret = follow_pfn(vma, user_address, &this_pfn); in videobuf_dma_contig_user_get()
193 mem->dma_handle = (this_pfn << PAGE_SHIFT) + offset; in videobuf_dma_contig_user_get()
194 else if (this_pfn != (prev_pfn + 1)) in videobuf_dma_contig_user_get()
200 prev_pfn = this_pfn; in videobuf_dma_contig_user_get()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c589 unsigned long pfn, this_pfn; in find_phys_blocks() local
603 this_pfn = i < npages ? page_to_pfn(pages[i]) : 0; in find_phys_blocks()
609 if (this_pfn != ++pfn) { in find_phys_blocks()
643 pfn = this_pfn; in find_phys_blocks()
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_64.h999 unsigned long this_pfn = pte_pfn(pte); \
1001 if (pfn_valid(this_pfn) && \
1004 pfn_to_page(this_pfn)); \