first_pfn         782 arch/x86/xen/p2m.c 	unsigned long pfn, first_pfn;
first_pfn         786 arch/x86/xen/p2m.c 	first_pfn = 0;
first_pfn         791 arch/x86/xen/p2m.c 			seq_printf(m, " [0x%lx->0x%lx] %s\n", first_pfn, pfn,
first_pfn         794 arch/x86/xen/p2m.c 			first_pfn = pfn;
first_pfn         797 arch/x86/xen/p2m.c 	seq_printf(m, " [0x%lx->0x%lx] %s\n", first_pfn, pfn,
first_pfn         235 drivers/gpu/drm/via/via_dmablit.c 	unsigned long first_pfn = VIA_PFN(xfer->mem_addr);
first_pfn         237 drivers/gpu/drm/via/via_dmablit.c 		first_pfn + 1;
first_pfn          79 drivers/infiniband/core/umem.c 	unsigned long first_pfn;
first_pfn          95 drivers/infiniband/core/umem.c 		first_pfn = page_to_pfn(first_page);
first_pfn         101 drivers/infiniband/core/umem.c 			      first_pfn + len == page_to_pfn(page_list[i]) &&
first_pfn         311 drivers/media/pci/pt1/pt1.c static void pt1_register_tables(struct pt1 *pt1, u32 first_pfn)
first_pfn         313 drivers/media/pci/pt1/pt1.c 	pt1_write_reg(pt1, 5, first_pfn);
first_pfn         638 drivers/media/pci/pt1/pt1.c 	u32 first_pfn, pfn;
first_pfn         650 drivers/media/pci/pt1/pt1.c 	ret = pt1_init_table(pt1, &tables[0], &first_pfn);
first_pfn         663 drivers/media/pci/pt1/pt1.c 	tables[pt1_nr_tables - 1].page->next_pfn = cpu_to_le32(first_pfn);
first_pfn         665 drivers/media/pci/pt1/pt1.c 	pt1_register_tables(pt1, first_pfn);
first_pfn         165 include/trace/events/hswadsp.h 		__field(	int,	first_pfn	)
first_pfn         174 include/trace/events/hswadsp.h 		__entry->first_pfn = stream->request.ringinfo.ring_first_pfn;
first_pfn         180 include/trace/events/hswadsp.h 		(int)__entry->ring_offset, (int)__entry->first_pfn)