Home
last modified time | relevance | path

Searched refs:gup_flags (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dmm.h1467 void *buf, int len, unsigned int gup_flags);
1469 void *buf, int len, unsigned int gup_flags);
1471 unsigned long addr, void *buf, int len, unsigned int gup_flags);
1475 unsigned int gup_flags, struct page **pages,
1478 unsigned int gup_flags, struct page **pages,
1481 unsigned int gup_flags, struct page **pages, int *locked);
1483 struct page **pages, unsigned int gup_flags);
1486 unsigned int gup_flags, struct page **pages,
1490 unsigned long nr_pages, unsigned int gup_flags, in get_user_pages_longterm() argument
1493 return get_user_pages(start, nr_pages, gup_flags, pages, vmas); in get_user_pages_longterm()
[all …]
Dptrace.h14 void *buf, int len, unsigned int gup_flags);
/linux-4.19.296/fs/
Dexec.c199 unsigned int gup_flags = FOLL_FORCE; in get_arg_page() local
210 gup_flags |= FOLL_WRITE; in get_arg_page()
216 ret = get_user_pages_remote(current, bprm->mm, pos, 1, gup_flags, in get_arg_page()