/Linux-v6.1/mm/ |
D | gup.c | 922 unsigned int gup_flags, struct vm_area_struct **vma, in get_gate_page() 1046 static int check_vma_flags(struct vm_area_struct *vma, unsigned long gup_flags) in check_vma_flags() 1161 unsigned int gup_flags, struct page **pages, in __get_user_pages() 1551 int gup_flags; in populate_vma_page_range() local 1621 int gup_flags; in faultin_vma_page_range() local 2108 unsigned int gup_flags) in __gup_longterm_locked() 2143 static bool is_valid_gup_flags(unsigned int gup_flags) in is_valid_gup_flags() 2165 unsigned int gup_flags, struct page **pages, in __get_user_pages_remote() 2254 unsigned int gup_flags, struct page **pages, in get_user_pages_remote() 2268 unsigned int gup_flags, struct page **pages, in get_user_pages_remote() [all …]
|
D | gup_test.h | 24 __u32 gup_flags; member
|
D | nommu.c | 1681 int len, unsigned int gup_flags) in __access_remote_vm() 1725 void *buf, int len, unsigned int gup_flags) in access_remote_vm() 1735 unsigned int gup_flags) in access_process_vm()
|
D | memory.c | 5501 int len, unsigned int gup_flags) in __access_remote_vm() 5576 void *buf, int len, unsigned int gup_flags) in access_remote_vm() 5587 void *buf, int len, unsigned int gup_flags) in access_process_vm()
|
/Linux-v6.1/arch/arm64/kernel/ |
D | mte.c | 421 struct iovec *kiov, unsigned int gup_flags) in __access_remote_tags() 500 struct iovec *kiov, unsigned int gup_flags) in access_remote_tags() 528 unsigned int gup_flags = FOLL_FORCE; in mte_ptrace_copy_tags() local
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | user_pages.c | 65 unsigned int gup_flags = FOLL_LONGTERM | (writable ? FOLL_WRITE : 0); in hfi1_acquire_user_pages() local
|
/Linux-v6.1/drivers/infiniband/core/ |
D | umem.c | 159 unsigned int gup_flags = FOLL_WRITE; in ib_umem_get() local
|
/Linux-v6.1/net/xdp/ |
D | xdp_umem.c | 96 unsigned int gup_flags = FOLL_WRITE; in xdp_umem_pin_pages() local
|
/Linux-v6.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_userptr.c | 265 unsigned int gup_flags = 0; in i915_gem_object_userptr_submit_init() local
|
/Linux-v6.1/drivers/infiniband/hw/usnic/ |
D | usnic_uiom.c | 99 unsigned int gup_flags; in usnic_uiom_get_pages() local
|
/Linux-v6.1/net/rds/ |
D | rdma.c | 157 unsigned int gup_flags = FOLL_LONGTERM; in rds_pin_pages() local
|
/Linux-v6.1/kernel/ |
D | ptrace.c | 44 void *buf, int len, unsigned int gup_flags) in ptrace_access_vm()
|
/Linux-v6.1/drivers/vhost/ |
D | vdpa.c | 877 unsigned int gup_flags = FOLL_LONGTERM; in vhost_vdpa_pa_map() local
|
/Linux-v6.1/fs/ |
D | exec.c | 202 unsigned int gup_flags = FOLL_FORCE; in get_arg_page() local
|
/Linux-v6.1/drivers/block/ |
D | ublk_drv.c | 435 const unsigned int gup_flags = to_vm ? FOLL_WRITE : 0; in ublk_copy_user_pages() local
|
/Linux-v6.1/lib/ |
D | iov_iter.c | 1445 unsigned int gup_flags = 0; in __iov_iter_get_pages_alloc() local
|
/Linux-v6.1/kernel/events/ |
D | uprobes.c | 469 unsigned int gup_flags = FOLL_FORCE; in uprobe_write_opcode() local
|
/Linux-v6.1/include/linux/ |
D | mm.h | 2045 unsigned int gup_flags, struct page **pagep) in get_user_page_fast_only()
|