Searched refs:__get_user_pages_unlocked (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/mm/ |
D | gup.c | 758 __always_inline long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, in __get_user_pages_unlocked() function 772 EXPORT_SYMBOL(__get_user_pages_unlocked); 795 return __get_user_pages_unlocked(tsk, mm, start, nr_pages, write, in get_user_pages_unlocked()
|
D | nommu.c | 212 long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, in __get_user_pages_unlocked() function 224 EXPORT_SYMBOL(__get_user_pages_unlocked); 230 return __get_user_pages_unlocked(tsk, mm, start, nr_pages, write, in get_user_pages_unlocked()
|
/linux-4.4.14/include/linux/ |
D | mm.h | 1204 long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm,
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 1352 npages = __get_user_pages_unlocked(current, current->mm, addr, 1, in hva_to_pfn_slow()
|