Home
last modified time | relevance | path

Searched defs:vma (Results 301 – 325 of 828) sorted by relevance

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

/openbmc/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
H A Di915_gem_context.c445 struct i915_vma *vma; in gpu_fill() local
914 struct i915_vma *vma, in rpcs_query_batch()
948 struct i915_vma *vma; in emit_rpcs_query() local
1516 struct i915_vma *vma; in write_to_scratch() local
1605 struct i915_vma *vma; in read_from_scratch() local
/openbmc/linux/include/linux/
H A Dmigrate.h149 struct vm_area_struct *vma, int node) in migrate_misplaced_page()
186 struct vm_area_struct *vma; member
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
/openbmc/linux/arch/s390/pci/
H A Dpci_mmio.c124 struct vm_area_struct *vma; in SYSCALL_DEFINE3() local
266 struct vm_area_struct *vma; in SYSCALL_DEFINE3() local
/openbmc/linux/mm/
H A Dhmm.c67 struct vm_area_struct *vma = walk->vma; in hmm_vma_fault() local
480 struct vm_area_struct *vma = walk->vma; in hmm_vma_walk_hugetlb_entry() local
530 struct vm_area_struct *vma = walk->vma; in hmm_vma_walk_test() local
H A Dmemory-failure.c388 static unsigned long dev_pagemap_mapping_shift(struct vm_area_struct *vma, in dev_pagemap_mapping_shift()
444 struct vm_area_struct *vma, struct list_head *to_kill, in __add_to_kill()
487 struct vm_area_struct *vma, in add_to_kill_anon_file()
507 struct vm_area_struct *vma, struct list_head *to_kill, in add_to_kill_ksm()
613 struct vm_area_struct *vma; in collect_procs_anon() local
650 struct vm_area_struct *vma; in collect_procs_file() local
682 struct vm_area_struct *vma, in add_to_kill_fsdax()
695 struct vm_area_struct *vma; in collect_procs_fsdax() local
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c59 struct i915_vma *vma; member
129 static int intel_fbdev_mmap(struct fb_info *info, struct vm_area_struct *vma) in intel_fbdev_mmap()
222 struct i915_vma *vma; in intelfb_create() local
H A Dintel_overlay.c187 struct i915_vma *vma; member
287 struct i915_vma *vma) in intel_overlay_flip_prepare()
316 struct i915_vma *vma, in intel_overlay_continue()
356 struct i915_vma *vma; in intel_overlay_release_old_vma() local
763 struct i915_vma *vma; in intel_overlay_pin_fb() local
795 struct i915_vma *vma; in intel_overlay_do_put_image() local
1352 struct i915_vma *vma; in get_registers() local
/openbmc/linux/arch/mips/kernel/
H A Dsmp.c568 struct vm_area_struct *vma; member
580 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) in flush_tlb_range()
654 void flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in flush_tlb_page()
/openbmc/linux/arch/sh/mm/
H A Dtlb-sh3.c27 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) in __update_tlb()
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
/openbmc/linux/arch/powerpc/mm/
H A Dcopro_fault.c26 struct vm_area_struct *vma; in copro_handle_mm_fault() local
/openbmc/linux/arch/arm/mm/
H A Dcopypage-xscale.c85 unsigned long vaddr, struct vm_area_struct *vma) in xscale_mc_copy_user_highpage()
H A Dcopypage-v4mc.c65 unsigned long vaddr, struct vm_area_struct *vma) in v4_mc_copy_user_highpage()
/openbmc/linux/arch/sh/kernel/
H A Dsys_sh.c60 struct vm_area_struct *vma; in sys_cacheflush() local
/openbmc/linux/arch/powerpc/kernel/
H A Dproc_powerpc.c31 static int page_map_mmap( struct file *file, struct vm_area_struct *vma ) in page_map_mmap()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_glue.c70 int vmw_mmap(struct file *filp, struct vm_area_struct *vma) in vmw_mmap()
/openbmc/linux/ipc/
H A Dshm.c301 static void shm_open(struct vm_area_struct *vma) in shm_open()
395 static void shm_close(struct vm_area_struct *vma) in shm_close()
542 static int shm_may_split(struct vm_area_struct *vma, unsigned long addr) in shm_may_split()
553 static unsigned long shm_pagesize(struct vm_area_struct *vma) in shm_pagesize()
565 static int shm_set_policy(struct vm_area_struct *vma, struct mempolicy *new) in shm_set_policy()
576 static struct mempolicy *shm_get_policy(struct vm_area_struct *vma, in shm_get_policy()
592 static int shm_mmap(struct file *file, struct vm_area_struct *vma) in shm_mmap()
1734 struct vm_area_struct *vma; in ksys_shmdt() local
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c993 void drm_gem_vm_open(struct vm_area_struct *vma) in drm_gem_vm_open()
1008 void drm_gem_vm_close(struct vm_area_struct *vma) in drm_gem_vm_close()
1041 struct vm_area_struct *vma) in drm_gem_mmap_obj()
1099 int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma) in drm_gem_mmap()
/openbmc/linux/arch/csky/kernel/
H A Dvdso.c99 const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
/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/video/fbdev/
H A Damba-clcd.c398 struct vm_area_struct *vma) in clcdfb_mmap()
785 static int clcdfb_of_vram_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in clcdfb_of_vram_mmap()
831 static int clcdfb_of_dma_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in clcdfb_of_dma_mmap()
/openbmc/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()

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