Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmm_types.h1349 FOLL_ANON = 1 << 7, enumerator
/openbmc/linux/fs/proc/
H A Dbase.c234 got = access_remote_vm(mm, arg_start, page, PAGE_SIZE, FOLL_ANON); in get_mm_proctitle()
302 if (access_remote_vm(mm, arg_end-1, &c, 1, FOLL_ANON) == 1 && c) in get_mm_cmdline()
324 got = access_remote_vm(mm, pos, page, size, FOLL_ANON); in get_mm_cmdline()
979 retval = access_remote_vm(mm, (env_start + src), page, this_len, FOLL_ANON); in environ_read()
/openbmc/linux/mm/
H A Dgup.c1040 if ((gup_flags & FOLL_ANON) && !vma_anon) in check_vma_flags()