Home
last modified time | relevance | path

Searched refs:vm_flags_mod (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/gpu/drm/xen/
H A Dxen_drm_front_gem.c73 vm_flags_mod(vma, VM_MIXEDMAP | VM_DONTEXPAND, VM_PFNMAP); in xen_drm_front_gem_object_mmap()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_gem_dma_helper.c533 vm_flags_mod(vma, VM_DONTEXPAND, VM_PFNMAP); in drm_gem_dma_mmap()
/linux-6.15/fs/orangefs/
H A Dfile.c413 vm_flags_mod(vma, VM_SEQ_READ, VM_RAND_READ); in orangefs_file_mmap()
/linux-6.15/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c254 vm_flags_mod(vma, VM_IO | VM_DONTEXPAND | VM_DONTDUMP, VM_PFNMAP); in rockchip_drm_gem_object_mmap()
/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_gem.c178 vm_flags_mod(vma, VM_MIXEDMAP, VM_PFNMAP); in amdxdna_gem_obj_mmap()
/linux-6.15/drivers/gpu/drm/tegra/
H A Dgem.c611 vm_flags_mod(vma, VM_MIXEDMAP, VM_PFNMAP); in __tegra_gem_mmap()
/linux-6.15/drivers/usb/mon/
H A Dmon_bin.c1283 vm_flags_mod(vma, VM_DONTEXPAND | VM_DONTDUMP, VM_MAYWRITE); in mon_bin_mmap()
/linux-6.15/fs/proc/
H A Dvmcore.c606 vm_flags_mod(vma, VM_MIXEDMAP, VM_MAYWRITE | VM_MAYEXEC); in mmap_vmcore()
/linux-6.15/arch/s390/mm/
H A Dgmap.c2242 vm_flags_mod(vma, VM_NOHUGEPAGE, VM_HUGEPAGE); in thp_split_mm()
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c813 vm_flags_mod(vma, VM_DONTCOPY | VM_DONTEXPAND, VM_MAYREAD); in mmap_piobufs()
/linux-6.15/include/linux/
H A Dmm.h993 static inline void vm_flags_mod(struct vm_area_struct *vma, in vm_flags_mod() function
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_oa.c1652 vm_flags_mod(vma, VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP | VM_DONTCOPY, in xe_oa_mmap()
/linux-6.15/sound/core/
H A Dpcm_native.c3692 vm_flags_mod(area, VM_DONTEXPAND | VM_DONTDUMP, in snd_pcm_mmap_status()
/linux-6.15/kernel/trace/
H A Dring_buffer.c7056 vm_flags_mod(vma, VM_DONTCOPY | VM_DONTEXPAND | VM_DONTDUMP, in __rb_map_vma()
/linux-6.15/drivers/android/
H A Dbinder.c5990 vm_flags_mod(vma, VM_DONTCOPY | VM_MIXEDMAP, VM_MAYWRITE); in binder_mmap()