this_pfn          972 arch/sparc/include/asm/pgtable_64.h 		unsigned long this_pfn = pte_pfn(pte);			\
this_pfn          974 arch/sparc/include/asm/pgtable_64.h 		if (pfn_valid(this_pfn) &&				\
this_pfn          977 arch/sparc/include/asm/pgtable_64.h 					      pfn_to_page(this_pfn));	\
this_pfn          591 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	unsigned long pfn, this_pfn;
this_pfn          605 drivers/infiniband/hw/hfi1/user_exp_rcv.c 		this_pfn = i < npages ? page_to_pfn(pages[i]) : 0;
this_pfn          611 drivers/infiniband/hw/hfi1/user_exp_rcv.c 		if (this_pfn != ++pfn) {
this_pfn          645 drivers/infiniband/hw/hfi1/user_exp_rcv.c 			pfn = this_pfn;
this_pfn          163 drivers/media/v4l2-core/videobuf-dma-contig.c 	unsigned long prev_pfn, this_pfn;
this_pfn          186 drivers/media/v4l2-core/videobuf-dma-contig.c 		ret = follow_pfn(vma, user_address, &this_pfn);
this_pfn          191 drivers/media/v4l2-core/videobuf-dma-contig.c 			mem->dma_handle = (this_pfn << PAGE_SHIFT) + offset;
this_pfn          192 drivers/media/v4l2-core/videobuf-dma-contig.c 		else if (this_pfn != (prev_pfn + 1))
this_pfn          198 drivers/media/v4l2-core/videobuf-dma-contig.c 		prev_pfn = this_pfn;
this_pfn          189 drivers/ras/cec.c 	u64 this_pfn;
this_pfn          194 drivers/ras/cec.c 		this_pfn = PFN(ca->array[i]);
this_pfn          196 drivers/ras/cec.c 		if (this_pfn < pfn)
this_pfn          198 drivers/ras/cec.c 		else if (this_pfn > pfn)
this_pfn          200 drivers/ras/cec.c 		else if (this_pfn == pfn) {