| /linux/rust/bindings/ |
| H A D | bindings_helper.h | 138 const vm_flags_t RUST_CONST_HELPER_VM_DONTCOPY = VM_DONTCOPY;
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_mmio_gem.c | 154 VM_DONTCOPY | VM_NORESERVE); in xe_mmio_gem_mmap()
|
| H A D | xe_oa.c | 1698 vm_flags_mod(vma, VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP | VM_DONTCOPY, in xe_oa_mmap()
|
| /linux/rust/ |
| H A D | bindgen_parameters | 49 --blocklist-item VM_DONTCOPY
|
| /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 | 3490 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/include/trace/events/ |
| H A D | mmflags.h | 222 {VM_DONTCOPY, "dontcopy" }, \
|
| /linux/arch/x86/kernel/cpu/sgx/ |
| H A D | virt.c | 109 vm_flags_set(vma, VM_PFNMAP | VM_IO | VM_DONTDUMP | VM_DONTCOPY); in sgx_vepc_mmap()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | file_ops.c | 369 flags |= VM_DONTCOPY | VM_DONTEXPAND; in hfi1_file_mmap() 391 flags |= VM_DONTCOPY | VM_DONTEXPAND; in hfi1_file_mmap() 470 flags |= VM_DONTCOPY | VM_DONTEXPAND; in hfi1_file_mmap()
|
| /linux/drivers/misc/sgi-gru/ |
| H A D | grufile.c | 105 VM_DONTCOPY | VM_DONTEXPAND | VM_DONTDUMP); in gru_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/mm/ |
| H A D | madvise.c | 1383 new_flags |= VM_DONTCOPY; in madvise_vma_behavior() 1388 new_flags &= ~VM_DONTCOPY; in madvise_vma_behavior()
|
| /linux/drivers/dma/idxd/ |
| H A D | cdev.c | 415 vm_flags_set(vma, VM_DONTCOPY); in idxd_cdev_mmap()
|
| /linux/kernel/bpf/ |
| H A D | arena.c | 505 vm_flags_set(vma, VM_DONTEXPAND | VM_DONTCOPY); in arena_map_mmap()
|
| /linux/drivers/xen/ |
| H A D | gntdev.c | 1082 vm_flags_set(vma, VM_DONTCOPY); in gntdev_mmap()
|
| H A D | privcmd.c | 1648 vm_flags_set(vma, VM_IO | VM_PFNMAP | VM_DONTCOPY | in privcmd_mmap()
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 705 VM_READ|VM_EXEC|VM_MAYEXEC|VM_MAYREAD|VM_DONTCOPY|VM_IO, in create_uprobe_trampoline()
|
| /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 | 1661 vm_flags_set(vma, VM_DONTEXPAND | VM_DONTCOPY | VM_MIXEDMAP); in intel_th_msc_mmap()
|
| /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 | 421 #define VM_DONTCOPY INIT_VM_FLAG(DONTCOPY) macro
|
| /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()
|