/openbmc/linux/drivers/uio/ |
H A D | uio.c | 657 static int uio_find_mem_index(struct vm_area_struct *vma) in uio_find_mem_index() 714 static int uio_mmap_logical(struct vm_area_struct *vma) in uio_mmap_logical() 727 static int uio_mmap_physical(struct vm_area_struct *vma) in uio_mmap_physical() 762 static int uio_mmap(struct file *filep, struct vm_area_struct *vma) in uio_mmap()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_hwconfig.c | 73 struct i915_vma *vma; in guc_hwconfig_fill_buffer() local
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vdso.c | 94 struct vm_area_struct *vma; in arch_setup_additional_pages() local
|
/openbmc/linux/arch/mips/mm/ |
H A D | fault.c | 41 struct vm_area_struct * vma = NULL; in __do_page_fault() local
|
H A D | mmap.c | 34 struct vm_area_struct *vma; in arch_get_unmapped_area_common() local
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_context.c | 102 static int __context_pin_state(struct i915_vma *vma, struct i915_gem_ww_ctx *ww) in __context_pin_state() 129 static void __context_unpin_state(struct i915_vma *vma) in __context_unpin_state()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | tlbflush.h | 240 #define flush_tlb_range(vma, start, end) \ argument 252 static inline void flush_tlb_page(struct vm_area_struct *vma, unsigned long a) in flush_tlb_page()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | vdso.c | 135 struct vm_area_struct *vma; in vdso_join_timens() local 155 struct vm_area_struct *vma, struct vm_fault *vmf) in vvar_fault()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | udmabuf.c | 35 struct vm_area_struct *vma = vmf->vma; in udmabuf_vm_fault() local 50 static int mmap_udmabuf(struct dma_buf *buf, struct vm_area_struct *vma) in mmap_udmabuf()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 90 struct vm_area_struct * vma; in do_page_fault() local
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 319 #define update_mmu_cache(vma, address, ptep) do { } while (0) argument 320 #define update_mmu_cache_range(vmf, vma, address, ptep, nr) do { } while (0) argument 406 static inline int io_remap_pfn_range(struct vm_area_struct *vma, in io_remap_pfn_range()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | crash_dump.c | 180 static int remap_oldmem_pfn_range_kdump(struct vm_area_struct *vma, in remap_oldmem_pfn_range_kdump() 207 static int remap_oldmem_pfn_range_zfcpdump(struct vm_area_struct *vma, in remap_oldmem_pfn_range_zfcpdump() 229 int remap_oldmem_pfn_range(struct vm_area_struct *vma, unsigned long from, in remap_oldmem_pfn_range()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | tlbflush-radix.h | 92 #define radix__flush_tlb_page(vma,addr) radix__local_flush_tlb_page(vma,addr) argument
|
H A D | hugetlb.h | 86 static inline void flush_hugetlb_page(struct vm_area_struct *vma, in flush_hugetlb_page()
|
/openbmc/linux/drivers/iommu/ |
H A D | iommu-sva.c | 155 struct vm_area_struct *vma; in iommu_sva_handle_iopf() local
|
/openbmc/linux/arch/arc/kernel/ |
H A D | troubleshoot.c | 79 struct vm_area_struct *vma; in show_faulting_vma() local
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | page_no.h | 16 #define vma_alloc_zeroed_movable_folio(vma, vaddr) \ argument
|
/openbmc/linux/arch/x86/mm/ |
H A D | hugetlbpage.c | 118 struct vm_area_struct *vma; in hugetlb_get_unmapped_area() local
|
/openbmc/linux/include/linux/ |
H A D | uprobes.h | 171 static inline int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() 176 uprobe_munmap(struct vm_area_struct *vma, unsigned long start, unsigned long end) in uprobe_munmap()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 232 struct vm_area_struct *vma = vmf->vma; in spufs_mem_mmap_fault() local 261 static int spufs_mem_mmap_access(struct vm_area_struct *vma, in spufs_mem_mmap_access() 289 static int spufs_mem_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mem_mmap() 379 static int spufs_cntl_mmap(struct file *file, struct vm_area_struct *vma) in spufs_cntl_mmap() 1041 static int spufs_signal1_mmap(struct file *file, struct vm_area_struct *vma) in spufs_signal1_mmap() 1177 static int spufs_signal2_mmap(struct file *file, struct vm_area_struct *vma) in spufs_signal2_mmap() 1300 static int spufs_mss_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mss_mmap() 1362 static int spufs_psmap_mmap(struct file *file, struct vm_area_struct *vma) in spufs_psmap_mmap() 1422 static int spufs_mfc_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mfc_mmap()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | mock_dmabuf.c | 84 static int mock_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma) in mock_dmabuf_mmap()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | cacheflush.h | 36 #define flush_icache_user_page(vma, pg, addr, len) \ argument
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem_dmabuf.c | 64 struct vm_area_struct *vma) in omap_gem_dmabuf_mmap()
|
/openbmc/linux/arch/um/drivers/ |
H A D | mmapper_kern.c | 49 static int mmapper_mmap(struct file *file, struct vm_area_struct *vma) in mmapper_mmap()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gem_prime.c | 92 struct vm_area_struct *vma) in etnaviv_gem_prime_mmap_obj()
|