Searched refs:get_user_pages_unlocked (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/net/ceph/ |
D | pagevec.c | 27 rc = get_user_pages_unlocked(current, current->mm, in ceph_get_direct_page_vector()
|
/linux-4.1.27/arch/sh/mm/ |
D | gup.c | 260 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.1.27/virt/kvm/ |
D | async_pf.c | 83 get_user_pages_unlocked(NULL, mm, addr, 1, 1, 0, NULL); in async_pf_execute()
|
/linux-4.1.27/arch/s390/mm/ |
D | gup.c | 234 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.1.27/arch/sparc/mm/ |
D | gup.c | 252 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.1.27/mm/ |
D | gup.c | 748 long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, in get_user_pages_unlocked() function 755 EXPORT_SYMBOL(get_user_pages_unlocked); 1364 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 | 242 long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, in get_user_pages_unlocked() function 249 EXPORT_SYMBOL(get_user_pages_unlocked);
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-udma.c | 127 err = get_user_pages_unlocked(current, current->mm, in ivtv_udma_setup()
|
/linux-4.1.27/arch/mips/mm/ |
D | gup.c | 304 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.1.27/arch/x86/mm/ |
D | gup.c | 391 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pvr2fb.c | 689 ret = get_user_pages_unlocked(current, current->mm, (unsigned long)buf, in pvr2fb_write()
|
/linux-4.1.27/include/linux/ |
D | mm.h | 1223 long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm,
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 4555 res = get_user_pages_unlocked( in sgl_map_user_pages()
|