Home
last modified time | relevance | path

Searched defs:vma (Results 226 – 250 of 651) sorted by relevance

12345678910>>...27

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_migrate.c113 struct i915_vma *vma, in lmem_pages_migrate_one()
191 struct i915_vma *vma = NULL; in __igt_lmem_pages_migrate() local
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c272 struct i915_vma *vma; in i915_gem_close_object() local
347 struct i915_vma *vma; in __i915_gem_object_pages_fini() local
589 struct i915_vma *vma; in i915_gem_object_evictable() local
/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c988 static void hmm_bo_vm_open(struct vm_area_struct *vma) in hmm_bo_vm_open()
1006 static void hmm_bo_vm_close(struct vm_area_struct *vma) in hmm_bo_vm_close()
1035 int hmm_bo_mmap(struct vm_area_struct *vma, struct hmm_buffer_object *bo) in hmm_bo_mmap()
/linux/arch/arm64/mm/
H A Dcopypage.c37 unsigned long vaddr, struct vm_area_struct *vma) in copy_user_highpage()
/linux/samples/ftrace/
H A Dftrace-direct-too.c13 void my_direct_func(struct vm_area_struct *vma, unsigned long address, in my_direct_func()
/linux/arch/x86/um/
H A Dmem_32.c44 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area() local
/linux/arch/arc/kernel/
H A Darc_hostlink.c18 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) in arc_hl_mmap()
/linux/arch/sh/mm/
H A Dfault.c358 static inline int access_error(int error_code, struct vm_area_struct *vma) in access_error()
396 struct vm_area_struct * vma; in do_page_fault() local
H A Dtlb-urb.c20 void tlb_wire_entry(struct vm_area_struct *vma, unsigned long addr, pte_t pte) in tlb_wire_entry()
/linux/include/linux/
H A Dmmdebug.h34 #define VM_BUG_ON_VMA(cond, vma) \ argument
99 #define VM_BUG_ON_VMA(cond, vma) VM_BUG_ON(cond) argument
/linux/arch/openrisc/kernel/
H A Dsmp.c303 void flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) in flush_tlb_page()
308 void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dgpuobj.c47 struct nvkm_vmm *vmm, struct nvkm_vma *vma, in nvkm_gpuobj_heap_map()
109 struct nvkm_vmm *vmm, struct nvkm_vma *vma, in nvkm_gpuobj_map()
/linux/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c708 static int qib_mmap_mem(struct vm_area_struct *vma, struct qib_ctxtdata *rcd, in qib_mmap_mem()
750 static int mmap_ureg(struct vm_area_struct *vma, struct qib_devdata *dd, in mmap_ureg()
781 static int mmap_piobufs(struct vm_area_struct *vma, in mmap_piobufs()
826 static int mmap_rcvegrbufs(struct vm_area_struct *vma, in mmap_rcvegrbufs()
892 static int mmap_kvaddr(struct vm_area_struct *vma, u64 pgaddr, in mmap_kvaddr()
974 static int qib_mmapf(struct file *fp, struct vm_area_struct *vma) in qib_mmapf()
/linux/mm/
H A Dmemcontrol-v1.c665 static struct page *mc_handle_present_pte(struct vm_area_struct *vma, in mc_handle_present_pte()
685 static struct page *mc_handle_swap_pte(struct vm_area_struct *vma, in mc_handle_swap_pte()
718 static struct page *mc_handle_swap_pte(struct vm_area_struct *vma, in mc_handle_swap_pte()
725 static struct page *mc_handle_file_pte(struct vm_area_struct *vma, in mc_handle_file_pte()
889 static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma, in get_mctgt_type()
974 static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma, in get_mctgt_type_thp()
1005 static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma, in get_mctgt_type_thp()
1016 struct vm_area_struct *vma = walk->vma; in mem_cgroup_count_precharge_pte_range() local
1214 struct vm_area_struct *vma = walk->vma; in mem_cgroup_move_charge_pte_range() local
H A Dshmem.c279 bool vma_is_anon_shmem(struct vm_area_struct *vma) in vma_is_anon_shmem()
284 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem()
553 struct vm_area_struct *vma, in __shmem_huge_global_enabled()
589 struct vm_area_struct *vma, unsigned long vm_flags) in shmem_huge_global_enabled()
776 struct vm_area_struct *vma, unsigned long vm_flags) in shmem_huge_global_enabled()
913 unsigned long shmem_swap_usage(struct vm_area_struct *vma) in shmem_swap_usage()
1657 struct vm_area_struct *vma, pgoff_t index, in shmem_allowable_huge_orders()
1725 struct vm_area_struct *vma = vmf ? vmf->vma : NULL; in shmem_suitable_orders() local
1900 struct vm_area_struct *vma) in shmem_replace_folio()
2098 gfp_t gfp, struct vm_area_struct *vma, in shmem_swapin_folio()
[all …]
H A Dmmu_gather.c51 static void tlb_flush_rmap_batch(struct mmu_gather_batch *batch, struct vm_area_struct *vma) in tlb_flush_rmap_batch()
82 void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_flush_rmaps()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_vma_offset.c18 struct vm_area_struct *vma = ctx->vma; in get_vma_offset() local
H A Dfind_vma_fail2.c12 static long write_task(struct task_struct *task, struct vm_area_struct *vma, in write_task()
H A Dfind_vma_fail1.c13 static long write_vma(struct task_struct *task, struct vm_area_struct *vma, in write_vma()
/linux/arch/m68k/mm/
H A Dfault.c74 struct vm_area_struct * vma; in do_page_fault() local
/linux/arch/x86/xen/
H A Dmmu.c41 int xen_unmap_domain_gfn_range(struct vm_area_struct *vma, in xen_unmap_domain_gfn_range()
/linux/fs/9p/
H A Dvfs_file.c457 v9fs_file_mmap(struct file *filp, struct vm_area_struct *vma) in v9fs_file_mmap()
483 static void v9fs_mmap_vm_close(struct vm_area_struct *vma) in v9fs_mmap_vm_close()
/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()
/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()
/linux/arch/s390/mm/
H A Dhugetlbpage.c191 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, in huge_pte_alloc()
297 struct vm_area_struct *vma; in hugetlb_get_unmapped_area() local

12345678910>>...27