Searched refs:vm_flags_mod (Results 1 – 15 of 15) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | sysfs_btf.c | 42 vm_flags_mod(vma, VM_DONTDUMP, VM_MAYEXEC | VM_MAYWRITE); in btf_sysfs_vmlinux_mmap()
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front_gem.c | 73 vm_flags_mod(vma, VM_MIXEDMAP | VM_DONTEXPAND, VM_PFNMAP); in xen_drm_front_gem_object_mmap()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem_dma_helper.c | 533 vm_flags_mod(vma, VM_DONTEXPAND, VM_PFNMAP); in drm_gem_dma_mmap()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_gem.c | 286 vm_flags_mod(vma, VM_MIXEDMAP, VM_PFNMAP); in amdxdna_insert_pages() 369 vm_flags_mod(vma, VM_MIXEDMAP, VM_PFNMAP); in amdxdna_gem_dmabuf_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/gpu/drm/rockchip/ |
| H A D | rockchip_drm_gem.c | 254 vm_flags_mod(vma, VM_IO | VM_DONTEXPAND | VM_DONTDUMP, VM_PFNMAP); in rockchip_drm_gem_object_mmap()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | gem.c | 610 vm_flags_mod(vma, VM_MIXEDMAP, VM_PFNMAP); in __tegra_gem_mmap()
|
| /linux/drivers/usb/mon/ |
| H A D | mon_bin.c | 1285 vm_flags_mod(vma, VM_DONTEXPAND | VM_DONTDUMP, VM_MAYWRITE); in mon_bin_mmap()
|
| /linux/fs/proc/ |
| H A D | vmcore.c | 606 vm_flags_mod(vma, VM_MIXEDMAP, VM_MAYWRITE | VM_MAYEXEC); in mmap_vmcore()
|
| /linux/arch/s390/mm/ |
| H A D | gmap.c | 2200 vm_flags_mod(vma, VM_NOHUGEPAGE, VM_HUGEPAGE); in thp_split_mm()
|
| /linux/include/linux/ |
| H A D | mm.h | 836 static inline void vm_flags_mod(struct vm_area_struct *vma, in vm_flags_mod() function
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_oa.c | 1690 vm_flags_mod(vma, VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP | VM_DONTCOPY, in xe_oa_mmap()
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 3734 vm_flags_mod(area, VM_DONTEXPAND | VM_DONTDUMP, in snd_pcm_mmap_status()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 7141 vm_flags_mod(vma, VM_DONTCOPY | VM_DONTEXPAND | VM_DONTDUMP, in __rb_map_vma()
|
| /linux/drivers/android/ |
| H A D | binder.c | 6030 vm_flags_mod(vma, VM_DONTCOPY | VM_MIXEDMAP, VM_MAYWRITE); in binder_mmap()
|