Home
last modified time | relevance | path

Searched refs:get_user_pages_unlocked (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/virt/kvm/
Dasync_pf.c83 get_user_pages_unlocked(NULL, mm, addr, 1, 1, 0, NULL); in async_pf_execute()
/linux-4.4.14/net/ceph/
Dpagevec.c27 rc = get_user_pages_unlocked(current, current->mm, in ceph_get_direct_page_vector()
/linux-4.4.14/arch/sh/mm/
Dgup.c260 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
/linux-4.4.14/arch/s390/mm/
Dgup.c244 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
/linux-4.4.14/arch/sparc/mm/
Dgup.c252 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-udma.c127 err = get_user_pages_unlocked(current, current->mm, in ivtv_udma_setup()
Divtv-yuv.c78 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/
Dgup.c791 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()
Dprocess_vm_access.c102 pages = get_user_pages_unlocked(task, mm, pa, pages, in process_vm_rw_single_vec()
Dutil.c281 return get_user_pages_unlocked(current, mm, start, nr_pages, in get_user_pages_fast()
Dnommu.c226 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/
Dgup.c304 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
/linux-4.4.14/arch/x86/mm/
Dgup.c389 ret = get_user_pages_unlocked(current, mm, start, in get_user_pages_fast()
/linux-4.4.14/drivers/video/fbdev/
Dpvr2fb.c689 ret = get_user_pages_unlocked(current, current->mm, (unsigned long)buf, in pvr2fb_write()
/linux-4.4.14/include/linux/
Dmm.h1208 long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm,
/linux-4.4.14/drivers/scsi/
Dst.c4819 res = get_user_pages_unlocked( in sgl_map_user_pages()