Searched refs:__get_user_pages_unlocked (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/mm/ |
D | gup.c | 715 __always_inline long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, in __get_user_pages_unlocked() function 729 EXPORT_SYMBOL(__get_user_pages_unlocked); 752 return __get_user_pages_unlocked(tsk, mm, start, nr_pages, write, in get_user_pages_unlocked()
|
D | nommu.c | 228 long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, in __get_user_pages_unlocked() function 240 EXPORT_SYMBOL(__get_user_pages_unlocked); 246 return __get_user_pages_unlocked(tsk, mm, start, nr_pages, write, in get_user_pages_unlocked()
|
/linux-4.1.27/include/linux/ |
D | mm.h | 1219 long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm,
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 1266 npages = __get_user_pages_unlocked(current, current->mm, addr, 1, in hva_to_pfn_slow()
|