| /linux/rust/bindings/ |
| H A D | bindings_helper.h | 144 const vm_flags_t RUST_CONST_HELPER_VM_DONTCOPY = VM_DONTCOPY;
|
| /linux/rust/ |
| H A D | bindgen_parameters | 56 --blocklist-item VM_DONTCOPY
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_mmio_gem.c | 182 VM_DONTCOPY | VM_NORESERVE); in xe_mmio_gem_mmap()
|
| H A D | xe_oa.c | 1731 vm_flags_mod(vma, VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP | VM_DONTCOPY, in xe_oa_mmap()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_doorbell.c | 127 vm_flags_set(vma, VM_IO | VM_DONTCOPY | VM_DONTEXPAND | VM_NORESERVE | in kfd_doorbell_mmap()
|
| H A D | kfd_chardev.c | 3706 vm_flags_set(vma, VM_IO | VM_DONTCOPY | VM_DONTEXPAND | VM_NORESERVE | in kfd_mmio_mmap()
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 288 /// Set the `VM_DONTCOPY` flag on this vma. in set_dontexpand() 294 // SAFETY: Setting the VM_DONTCOPY flag is always okay. 427 pub const DONTCOPY: vm_flags_t = bindings::VM_DONTCOPY as vm_flags_t;
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | file_ops.c | 370 flags |= VM_DONTCOPY | VM_DONTEXPAND; in hfi1_file_mmap() 401 flags |= VM_DONTCOPY | VM_DONTEXPAND; in hfi1_file_mmap() 480 flags |= VM_DONTCOPY | VM_DONTEXPAND; in hfi1_file_mmap()
|
| /linux/drivers/android/tests/ |
| H A D | binder_alloc_kunit.c | 483 vm_flags_mod(vma, VM_DONTCOPY | VM_MIXEDMAP, VM_MAYWRITE); in binder_alloc_test_mmap_handler()
|
| /linux/drivers/misc/uacce/ |
| H A D | uacce.c | 258 vm_flags_set(vma, VM_DONTCOPY | VM_DONTEXPAND | VM_WIPEONFORK); in uacce_fops_mmap()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_device.c | 469 VM_IO | VM_DONTCOPY | VM_DONTEXPAND | in panthor_device_mmap_io()
|
| /linux/mm/ |
| H A D | madvise.c | 1391 new_flags |= VM_DONTCOPY; in madvise_vma_behavior() 1396 new_flags &= ~VM_DONTCOPY; in madvise_vma_behavior()
|
| /linux/drivers/dma/idxd/ |
| H A D | cdev.c | 417 vm_flags_set(vma, VM_DONTCOPY); in idxd_cdev_mmap()
|
| /linux/kernel/bpf/ |
| H A D | arena.c | 624 vm_flags_set(vma, VM_DONTEXPAND | VM_DONTCOPY); in arena_map_mmap()
|
| /linux/drivers/xen/ |
| H A D | gntdev.c | 1086 vm_flags_set(vma, VM_DONTCOPY); in gntdev_mmap()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 226 #define VM_DONTCOPY INIT_VM_FLAG(DONTCOPY) macro
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | msu.c | 1663 vm_flags_set(vma, VM_DONTEXPAND | VM_DONTCOPY | VM_MIXEDMAP); in intel_th_msc_mmap()
|
| /linux/kernel/events/ |
| H A D | uprobes.c | 1729 VM_EXEC|VM_MAYEXEC|VM_DONTCOPY|VM_IO| in xol_add_vma()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | memory.c | 2106 vm_flags_set(vma, VM_DONTEXPAND | VM_DONTDUMP | VM_DONTCOPY | VM_NORESERVE); in hl_ts_mmap()
|
| /linux/include/linux/ |
| H A D | mm.h | 423 #define VM_DONTCOPY INIT_VM_FLAG(DONTCOPY) macro
|
| /linux/fs/proc/ |
| H A D | task_mmu.c | 1199 [ilog2(VM_DONTCOPY)] = "dc", in show_smap_vma_flags()
|
| /linux/drivers/accel/habanalabs/goya/ |
| H A D | goya.c | 2877 VM_DONTCOPY | VM_NORESERVE); in goya_mmap()
|
| /linux/drivers/accel/habanalabs/gaudi2/ |
| H A D | gaudi2.c | 6838 VM_DONTCOPY | VM_NORESERVE); in gaudi2_mmap() 11629 VM_DONTCOPY | VM_NORESERVE); in gaudi2_block_mmap()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 7770 vm_flags_mod(vma, VM_DONTCOPY | VM_DONTEXPAND | VM_DONTDUMP, in __rb_map_vma()
|
| /linux/drivers/android/ |
| H A D | binder.c | 6059 vm_flags_mod(vma, VM_DONTCOPY | VM_MIXEDMAP, VM_MAYWRITE); in binder_mmap()
|