Searched refs:this_pfn (Results 1 – 4 of 4) sorted by relevance
163 unsigned long prev_pfn, this_pfn; in videobuf_dma_contig_user_get() local186 ret = follow_pfn(vma, user_address, &this_pfn); in videobuf_dma_contig_user_get()191 mem->dma_handle = (this_pfn << PAGE_SHIFT) + offset; in videobuf_dma_contig_user_get()192 else if (this_pfn != (prev_pfn + 1)) in videobuf_dma_contig_user_get()198 prev_pfn = this_pfn; in videobuf_dma_contig_user_get()
189 u64 this_pfn; in __find_elem() local194 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()
592 unsigned long pfn, this_pfn; in find_phys_blocks() local606 this_pfn = i < npages ? page_to_pfn(pages[i]) : 0; in find_phys_blocks()612 if (this_pfn != ++pfn) { in find_phys_blocks()646 pfn = this_pfn; in find_phys_blocks()
972 unsigned long this_pfn = pte_pfn(pte); \974 if (pfn_valid(this_pfn) && \977 pfn_to_page(this_pfn)); \