/linux/mm/ |
H A D | gup.c | 1091 unsigned int gup_flags, struct vm_area_struct **vma, in get_gate_page() 1243 unsigned long gup_flags) in writable_file_mapping_allowed() 1260 static int check_vma_flags(struct vm_area_struct *vma, unsigned long gup_flags) in check_vma_flags() 1416 unsigned int gup_flags, struct page **pages, in __get_user_pages() 1885 int gup_flags; in populate_vma_page_range() local 1957 int gup_flags; in faultin_page_range() local 2506 unsigned int gup_flags) in __gup_longterm_locked() 2539 unsigned int gup_flags = *gup_flags_p; in is_valid_gup_args() local 2641 unsigned int gup_flags, struct page **pages, in get_user_pages_remote() 2659 unsigned int gup_flags, struct page **pages, in get_user_pages_remote() [all …]
|
H A D | gup_test.h | 27 __u32 gup_flags; member
|
H A D | nommu.c | 1641 void *buf, int len, unsigned int gup_flags) in __access_remote_vm() 1685 void *buf, int len, unsigned int gup_flags) in access_remote_vm() 1695 unsigned int gup_flags) in access_process_vm() 1769 void *buf, int len, unsigned int gup_flags) in copy_remote_vm_str()
|
H A D | gup_test.c | 225 int gup_flags = FOLL_LONGTERM; in pin_longterm_test_start() local
|
H A D | memory.c | 6704 void *buf, int len, unsigned int gup_flags) in __access_remote_vm() 6792 void *buf, int len, unsigned int gup_flags) in access_remote_vm() 6803 void *buf, int len, unsigned int gup_flags) in access_process_vm() 6826 void *buf, int len, unsigned int gup_flags) in __copy_remote_vm_str() 6915 void *buf, int len, unsigned int gup_flags) in copy_remote_vm_str()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | user_pages.c | 84 unsigned int gup_flags = FOLL_LONGTERM | (writable ? FOLL_WRITE : 0); in hfi1_acquire_user_pages() local
|
/linux/drivers/media/common/videobuf2/ |
H A D | frame_vector.c | 44 unsigned int gup_flags = FOLL_LONGTERM; in get_vaddr_frames() local
|
/linux/net/xdp/ |
H A D | xdp_umem.c | 96 unsigned int gup_flags = FOLL_WRITE; in xdp_umem_pin_pages() local
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom.c | 88 unsigned int gup_flags = FOLL_LONGTERM; in usnic_uiom_get_pages() local
|
/linux/net/rds/ |
H A D | rdma.c | 157 unsigned int gup_flags = FOLL_LONGTERM; in rds_pin_pages() local
|
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gem.c | 670 unsigned int gup_flags = FOLL_LONGTERM; in etnaviv_gem_userptr_get_pages() local
|
/linux/lib/ |
H A D | iov_iter.c | 1150 unsigned int n, gup_flags = 0; in __iov_iter_get_pages_alloc() local 1829 unsigned int gup_flags = 0; in iov_iter_extract_user_pages() local
|
/linux/kernel/ |
H A D | ptrace.c | 45 void *buf, int len, unsigned int gup_flags) in ptrace_access_vm()
|
/linux/drivers/vhost/ |
H A D | vdpa.c | 1102 unsigned int gup_flags = FOLL_LONGTERM; in vhost_vdpa_pa_map() local
|
/linux/drivers/iommu/iommufd/ |
H A D | pages.c | 750 unsigned int gup_flags; member
|
/linux/include/linux/ |
H A D | mm.h | 2465 int gup_flags, in get_user_page_vma_remote() 2559 unsigned int gup_flags, struct page **pagep) in get_user_page_fast_only()
|
/linux/kernel/events/ |
H A D | uprobes.c | 496 unsigned int gup_flags = FOLL_FORCE; in uprobe_write_opcode() local
|