Searched refs:get_user_pages_unlocked (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/virt/kvm/ |
D | async_pf.c | 83 get_user_pages_unlocked(NULL, mm, addr, 1, 1, 0, NULL); in async_pf_execute()
|
/linux-4.4.14/net/ceph/ |
D | pagevec.c | 27 rc = get_user_pages_unlocked(current, current->mm, in ceph_get_direct_page_vector()
|
/linux-4.4.14/arch/sh/mm/ |
D | gup.c | 260 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.4.14/arch/s390/mm/ |
D | gup.c | 244 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.4.14/arch/sparc/mm/ |
D | gup.c | 252 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-udma.c | 127 err = get_user_pages_unlocked(current, current->mm, in ivtv_udma_setup()
|
D | ivtv-yuv.c | 78 y_pages = get_user_pages_unlocked(current, current->mm, in ivtv_yuv_prep_user_dma() 83 uv_pages = get_user_pages_unlocked(current, current->mm, in ivtv_yuv_prep_user_dma()
|
/linux-4.4.14/mm/ |
D | gup.c | 791 long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, in get_user_pages_unlocked() function 798 EXPORT_SYMBOL(get_user_pages_unlocked); 1410 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
D | process_vm_access.c | 102 pages = get_user_pages_unlocked(task, mm, pa, pages, in process_vm_rw_single_vec()
|
D | util.c | 281 return get_user_pages_unlocked(current, mm, start, nr_pages, in get_user_pages_fast()
|
D | nommu.c | 226 long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, in get_user_pages_unlocked() function 233 EXPORT_SYMBOL(get_user_pages_unlocked);
|
/linux-4.4.14/arch/mips/mm/ |
D | gup.c | 304 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.4.14/arch/x86/mm/ |
D | gup.c | 389 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pvr2fb.c | 689 ret = get_user_pages_unlocked(current, current->mm, (unsigned long)buf, in pvr2fb_write()
|
/linux-4.4.14/include/linux/ |
D | mm.h | 1208 long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm,
|
/linux-4.4.14/drivers/scsi/ |
D | st.c | 4819 res = get_user_pages_unlocked( in sgl_map_user_pages()
|