Home
last modified time | relevance | path

Searched defs:vma (Results 326 – 350 of 827) sorted by relevance

1...<<11121314151617181920>>...34

/openbmc/linux/fs/romfs/
H A Dmmap-nommu.c64 static int romfs_mmap(struct file *file, struct vm_area_struct *vma) in romfs_mmap()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.c271 struct vm_area_struct *vma) in exynos_drm_gem_mmap_buffer()
363 static int exynos_drm_gem_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma) in exynos_drm_gem_mmap()
/openbmc/linux/include/linux/
H A Ddax.h72 static inline bool daxdev_mapping_supported(struct vm_area_struct *vma, in daxdev_mapping_supported()
115 static inline bool daxdev_mapping_supported(struct vm_area_struct *vma, in daxdev_mapping_supported()
/openbmc/linux/arch/openrisc/kernel/
H A Dsmp.c307 void flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) in flush_tlb_page()
312 void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range()
/openbmc/linux/arch/s390/mm/
H A Dfault.c364 struct vm_area_struct *vma; in do_exception() local
590 struct vm_area_struct *vma; in do_secure_storage_access() local
H A Dhugetlbpage.c191 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, in huge_pte_alloc()
310 struct vm_area_struct *vma; in hugetlb_get_unmapped_area() local
/openbmc/linux/fs/vboxsf/
H A Dfile.c157 static void vboxsf_vma_close(struct vm_area_struct *vma) in vboxsf_vma_close()
168 static int vboxsf_file_mmap(struct file *file, struct vm_area_struct *vma) in vboxsf_file_mmap()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpt.c22 struct i915_vma *vma; member
131 struct i915_vma *vma; in intel_dpt_pin() local
/openbmc/linux/arch/mips/mm/
H A Dhugetlbpage.c24 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, in huge_pte_alloc()
/openbmc/linux/arch/m68k/mm/
H A Dcache.c99 void flush_icache_user_page(struct vm_area_struct *vma, struct page *page, in flush_icache_user_page()
/openbmc/linux/arch/ia64/include/asm/
H A Dfb.h13 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect()
/openbmc/linux/arch/csky/abiv2/
H A Dcacheflush.c10 void update_mmu_cache_range(struct vm_fault *vmf, struct vm_area_struct *vma, in update_mmu_cache_range()
/openbmc/linux/drivers/xen/xenfs/
H A Dxenstored.c34 static int xsd_kva_mmap(struct file *file, struct vm_area_struct *vma) in xsd_kva_mmap()
/openbmc/linux/arch/microblaze/mm/
H A Dfault.c89 struct vm_area_struct *vma; in do_page_fault() local
/openbmc/linux/arch/arm64/include/asm/
H A Dhugetlb.h65 static inline void flush_hugetlb_tlb_range(struct vm_area_struct *vma, in flush_hugetlb_tlb_range()
/openbmc/linux/drivers/auxdisplay/
H A Dcfag12864bfb.c50 static int cfag12864bfb_mmap(struct fb_info *info, struct vm_area_struct *vma) in cfag12864bfb_mmap()
/openbmc/linux/arch/sparc/include/asm/
H A Dfb.h12 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c92 static int xenbus_backend_mmap(struct file *file, struct vm_area_struct *vma) in xenbus_backend_mmap()
/openbmc/linux/arch/nios2/mm/
H A Dinit.c122 const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c61 struct vm_area_struct *vma; member
1682 struct vm_area_struct *vma = mmap_vma->vma; in vfio_pci_zap_and_vma_lock() local
1727 struct vm_area_struct *vma) in __vfio_pci_add_vma()
1745 static void vfio_pci_mmap_open(struct vm_area_struct *vma) in vfio_pci_mmap_open()
1750 static void vfio_pci_mmap_close(struct vm_area_struct *vma) in vfio_pci_mmap_close()
1768 struct vm_area_struct *vma = vmf->vma; in vfio_pci_mmap_fault() local
1821 int vfio_pci_core_mmap(struct vfio_device *core_vdev, struct vm_area_struct *vma) in vfio_pci_core_mmap()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_main.c690 static int ib_uverbs_mmap(struct file *filp, struct vm_area_struct *vma) in ib_uverbs_mmap()
714 static void rdma_umap_open(struct vm_area_struct *vma) in rdma_umap_open()
752 static void rdma_umap_close(struct vm_area_struct *vma) in rdma_umap_close()
863 struct vm_area_struct *vma = priv->vma; in uverbs_user_mmap_disassociate() local
/openbmc/linux/drivers/android/
H A Dbinder_alloc.c187 struct vm_area_struct *vma = NULL; in binder_update_page_range() local
313 struct vm_area_struct *vma) in binder_alloc_set_vma()
735 struct vm_area_struct *vma) in binder_alloc_mmap_handler()
989 struct vm_area_struct *vma; in binder_alloc_free_page() local
/openbmc/linux/arch/openrisc/include/asm/
H A Dcacheflush.h71 #define flush_icache_user_page(vma, page, addr, len) \ argument
/openbmc/linux/arch/sh/mm/
H A Dhugetlbpage.c24 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, in huge_pte_alloc()
/openbmc/linux/arch/hexagon/mm/
H A Dvm_fault.c38 struct vm_area_struct *vma; in do_page_fault() local

1...<<11121314151617181920>>...34