Searched refs:follow_pfn (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/media/video/ |
D | videobuf2-memops.c | 115 int ret = follow_pfn(vma, start, &this_pfn); in vb2_get_contig_userptr()
|
D | videobuf-dma-contig.c | 164 ret = follow_pfn(vma, user_address, &this_pfn); in videobuf_dma_contig_user_get()
|
/linux-3.4.99/mm/ |
D | nommu.c | 203 int follow_pfn(struct vm_area_struct *vma, unsigned long address, in follow_pfn() function 212 EXPORT_SYMBOL(follow_pfn);
|
D | memory.c | 3780 int follow_pfn(struct vm_area_struct *vma, unsigned long address, in follow_pfn() function 3797 EXPORT_SYMBOL(follow_pfn);
|
/linux-3.4.99/drivers/media/video/omap3isp/ |
D | ispqueue.c | 385 ret = follow_pfn(vma, start, &this_pfn); in isp_video_buffer_prepare_pfnmap()
|
/linux-3.4.99/include/linux/ |
D | mm.h | 941 int follow_pfn(struct vm_area_struct *vma, unsigned long address,
|