/openbmc/linux/fs/romfs/ |
H A D | mmap-nommu.c | 64 static int romfs_mmap(struct file *file, struct vm_area_struct *vma) in romfs_mmap()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gem.c | 271 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 D | dax.h | 72 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 D | smp.c | 307 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 D | fault.c | 364 struct vm_area_struct *vma; in do_exception() local 590 struct vm_area_struct *vma; in do_secure_storage_access() local
|
H A D | hugetlbpage.c | 191 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 D | file.c | 157 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 D | intel_dpt.c | 22 struct i915_vma *vma; member 131 struct i915_vma *vma; in intel_dpt_pin() local
|
/openbmc/linux/arch/mips/mm/ |
H A D | hugetlbpage.c | 24 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 D | cache.c | 99 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 D | fb.h | 13 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect()
|
/openbmc/linux/arch/csky/abiv2/ |
H A D | cacheflush.c | 10 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 D | xenstored.c | 34 static int xsd_kva_mmap(struct file *file, struct vm_area_struct *vma) in xsd_kva_mmap()
|
/openbmc/linux/arch/microblaze/mm/ |
H A D | fault.c | 89 struct vm_area_struct *vma; in do_page_fault() local
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | hugetlb.h | 65 static inline void flush_hugetlb_tlb_range(struct vm_area_struct *vma, in flush_hugetlb_tlb_range()
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | cfag12864bfb.c | 50 static int cfag12864bfb_mmap(struct fb_info *info, struct vm_area_struct *vma) in cfag12864bfb_mmap()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | fb.h | 12 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect()
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_dev_backend.c | 92 static int xenbus_backend_mmap(struct file *file, struct vm_area_struct *vma) in xenbus_backend_mmap()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | init.c | 122 const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 61 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 D | uverbs_main.c | 690 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 D | binder_alloc.c | 187 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 D | cacheflush.h | 71 #define flush_icache_user_page(vma, page, addr, len) \ argument
|
/openbmc/linux/arch/sh/mm/ |
H A D | hugetlbpage.c | 24 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 D | vm_fault.c | 38 struct vm_area_struct *vma; in do_page_fault() local
|