Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_glue.c100 vm_flags_mod(vma, VM_PFNMAP, VM_MIXEDMAP); in vmw_mmap()
/linux-6.6.21/drivers/gpu/drm/xen/
Dxen_drm_front_gem.c72 vm_flags_mod(vma, VM_MIXEDMAP | VM_DONTEXPAND, VM_PFNMAP); in xen_drm_front_gem_object_mmap()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_gem_dma_helper.c533 vm_flags_mod(vma, VM_DONTEXPAND, VM_PFNMAP); in drm_gem_dma_mmap()
/linux-6.6.21/fs/orangefs/
Dfile.c413 vm_flags_mod(vma, VM_SEQ_READ, VM_RAND_READ); in orangefs_file_mmap()
/linux-6.6.21/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c254 vm_flags_mod(vma, VM_IO | VM_DONTEXPAND | VM_DONTDUMP, VM_PFNMAP); in rockchip_drm_gem_object_mmap()
/linux-6.6.21/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c634 vm_flags_mod(vma, VM_DONTEXPAND | VM_DONTDUMP, VM_IO); in __videobuf_mmap_mapper()
/linux-6.6.21/drivers/gpu/drm/tegra/
Dgem.c592 vm_flags_mod(vma, VM_MIXEDMAP, VM_PFNMAP); in __tegra_gem_mmap()
/linux-6.6.21/fs/proc/
Dvmcore.c585 vm_flags_mod(vma, VM_MIXEDMAP, VM_MAYWRITE | VM_MAYEXEC); in mmap_vmcore()
/linux-6.6.21/drivers/usb/mon/
Dmon_bin.c1283 vm_flags_mod(vma, VM_DONTEXPAND | VM_DONTDUMP, VM_MAYWRITE); in mon_bin_mmap()
/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_file_ops.c813 vm_flags_mod(vma, VM_DONTCOPY | VM_DONTEXPAND, VM_MAYREAD); in mmap_piobufs()
/linux-6.6.21/arch/s390/mm/
Dgmap.c2538 vm_flags_mod(vma, VM_NOHUGEPAGE, VM_HUGEPAGE); in thp_split_mm()
/linux-6.6.21/include/linux/
Dmm.h868 static inline void vm_flags_mod(struct vm_area_struct *vma, in vm_flags_mod() function
/linux-6.6.21/sound/core/
Dpcm_native.c3680 vm_flags_mod(area, VM_DONTEXPAND | VM_DONTDUMP, in snd_pcm_mmap_status()
/linux-6.6.21/drivers/android/
Dbinder.c5614 vm_flags_mod(vma, VM_DONTCOPY | VM_MIXEDMAP, VM_MAYWRITE); in binder_mmap()