| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | mmap.c | 95 struct vm_area_struct *vma; in radix__arch_get_unmapped_area() local 137 struct vm_area_struct *vma; in radix__arch_get_unmapped_area_topdown() local
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/ |
| H A D | grumain.c | 310 struct gru_thread_state *gru_alloc_gts(struct vm_area_struct *vma, in gru_alloc_gts() 359 struct gru_vma_data *gru_alloc_vma_data(struct vm_area_struct *vma, int tsid) in gru_alloc_vma_data() 377 struct gru_thread_state *gru_find_thread_state(struct vm_area_struct *vma, in gru_find_thread_state() 394 struct gru_thread_state *gru_alloc_thread_state(struct vm_area_struct *vma, in gru_alloc_thread_state() 918 struct vm_area_struct *vma = vmf->vma; in gru_fault() local
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | gntdev.c | 489 static void gntdev_vma_open(struct vm_area_struct *vma) in gntdev_vma_open() 497 static void gntdev_vma_close(struct vm_area_struct *vma) in gntdev_vma_close() 509 static struct page *gntdev_vma_find_special_page(struct vm_area_struct *vma, in gntdev_vma_find_special_page() 683 struct vm_area_struct *vma; in gntdev_ioctl_get_offset_for_vaddr() local 1023 static int gntdev_mmap(struct file *flip, struct vm_area_struct *vma) in gntdev_mmap()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | gem.c | 476 struct vm_area_struct *vma = vmf->vma; in tegra_bo_fault() local 497 int __tegra_gem_mmap(struct drm_gem_object *gem, struct vm_area_struct *vma) in __tegra_gem_mmap() 533 int tegra_drm_mmap(struct file *file, struct vm_area_struct *vma) in tegra_drm_mmap() 625 static int tegra_gem_prime_mmap(struct dma_buf *buf, struct vm_area_struct *vma) in tegra_gem_prime_mmap()
|
| /OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/ |
| H A D | dma-buf-test-exporter.c | 275 static void dma_buf_te_mmap_open(struct vm_area_struct *vma) in dma_buf_te_mmap_open() 288 static void dma_buf_te_mmap_close(struct vm_area_struct *vma) in dma_buf_te_mmap_close() 303 static int dma_buf_te_mmap_fault(struct vm_area_struct *vma, struct vm_fault *vmf) in dma_buf_te_mmap_fault() 340 static int dma_buf_te_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma) in dma_buf_te_mmap()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sys_x86_64.c | 131 struct vm_area_struct *vma; in arch_get_unmapped_area() local 169 struct vm_area_struct *vma; in arch_get_unmapped_area_topdown() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vgem/ |
| H A D | vgem_drv.c | 74 struct vm_area_struct *vma = vmf->vma; in vgem_gem_fault() local 238 static int vgem_mmap(struct file *filp, struct vm_area_struct *vma) in vgem_mmap() 382 struct vm_area_struct *vma) in vgem_prime_mmap()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | highmem.h | 15 static inline void flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vma… in flush_anon_page() 249 alloc_zeroed_user_highpage_movable(struct vm_area_struct *vma, in alloc_zeroed_user_highpage_movable() 309 unsigned long vaddr, struct vm_area_struct *vma) in copy_user_highpage()
|
| H A D | mmdebug.h | 26 #define VM_BUG_ON_VMA(cond, vma) \ argument 59 #define VM_BUG_ON_VMA(cond, vma) VM_BUG_ON(cond) argument
|
| H A D | gfp.h | 570 #define alloc_hugepage_vma(gfp_mask, vma, addr, order) \ argument 577 #define alloc_pages_vma(gfp_mask, order, vma, addr, node, false)\ argument 579 #define alloc_hugepage_vma(gfp_mask, vma, addr, order) \ argument 583 #define alloc_page_vma(gfp_mask, vma, addr) \ argument
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | hugetlb.h | 55 static inline void huge_ptep_clear_flush(struct vm_area_struct *vma, in huge_ptep_clear_flush() 61 static inline int huge_ptep_set_access_flags(struct vm_area_struct *vma, in huge_ptep_set_access_flags()
|
| H A D | pgtable.h | 49 #define update_mmu_cache(vma, address, ptep) do { } while (0) argument 50 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) argument 1060 static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, in ptep_test_and_clear_young() 1070 static inline int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() 1094 static inline pte_t ptep_clear_flush(struct vm_area_struct *vma, in ptep_clear_flush() 1141 static inline int ptep_set_access_flags(struct vm_area_struct *vma, in ptep_set_access_flags() 1554 static inline int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags() 1570 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young() 1580 static inline int pmdp_clear_flush_young(struct vm_area_struct *vma, in pmdp_clear_flush_young() 1611 static inline pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vsyscall/ |
| H A D | vsyscall_64.c | 301 static const char *gate_vma_name(struct vm_area_struct *vma) in gate_vma_name() 329 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_gem.c | 521 struct vm_area_struct *vma) in rockchip_drm_gem_object_mmap_iommu() 534 struct vm_area_struct *vma) in rockchip_drm_gem_object_mmap_dma() 544 struct vm_area_struct *vma) in rockchip_drm_gem_object_mmap() 575 struct vm_area_struct *vma) in rockchip_gem_mmap_buf() 587 int rockchip_gem_mmap(struct file *filp, struct vm_area_struct *vma) in rockchip_gem_mmap()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_page_dirty.c | 395 struct vm_area_struct *vma = vmf->vma; in vmw_bo_vm_mkwrite() local 437 struct vm_area_struct *vma = vmf->vma; in vmw_bo_vm_fault() local 494 struct vm_area_struct *vma = vmf->vma; in vmw_bo_vm_huge_fault() local
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | coherent.c | 262 struct vm_area_struct *vma, void *vaddr, size_t size, int *ret) in __dma_mmap_from_coherent() 298 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent() 306 int dma_mmap_from_global_coherent(struct vm_area_struct *vma, void *vaddr, in dma_mmap_from_global_coherent()
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_file.c | 495 v9fs_file_mmap(struct file *filp, struct vm_area_struct *vma) in v9fs_file_mmap() 508 v9fs_mmap_file_mmap(struct file *filp, struct vm_area_struct *vma) in v9fs_mmap_file_mmap() 608 static void v9fs_mmap_vm_close(struct vm_area_struct *vma) in v9fs_mmap_vm_close()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gem.c | 129 struct vm_area_struct *vma) in etnaviv_gem_mmap_obj() 159 int etnaviv_gem_mmap(struct file *filp, struct vm_area_struct *vma) in etnaviv_gem_mmap() 176 struct vm_area_struct *vma = vmf->vma; in etnaviv_gem_fault() local 709 struct vm_area_struct *vma) in etnaviv_gem_userptr_mmap_obj()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring_submission.c | 518 struct i915_vma *vma; in alloc_context_vma() local 583 struct i915_vma *vma; in ring_context_alloc() local 1183 struct i915_vma * const vma) in gen7_ctx_switch_bb_setup() 1191 struct i915_vma *vma; in gen7_ctx_switch_bb_init() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/gasket/ |
| H A D | gasket_core.c | 675 struct vm_area_struct *vma, in gasket_mmap_has_permissions() 834 const struct vm_area_struct *vma, in gasket_mm_vma_bar_offset() 859 struct vm_area_struct *vma, in gasket_mm_unmap_region() 894 do_map_region(const struct gasket_dev *gasket_dev, struct vm_area_struct *vma, in do_map_region() 968 struct vm_area_struct *vma) in gasket_mmap_coherent() 1011 static int gasket_mmap(struct file *filp, struct vm_area_struct *vma) in gasket_mmap()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 190 int __weak remap_oldmem_pfn_range(struct vm_area_struct *vma, in remap_oldmem_pfn_range() 258 static int vmcoredd_mmap_dumps(struct vm_area_struct *vma, unsigned long dst, in vmcoredd_mmap_dumps() 490 static int remap_oldmem_pfn_checked(struct vm_area_struct *vma, in remap_oldmem_pfn_checked() 540 static int vmcore_remap_oldmem_pfn(struct vm_area_struct *vma, in vmcore_remap_oldmem_pfn() 554 static int mmap_vmcore(struct file *file, struct vm_area_struct *vma) in mmap_vmcore() 668 static int mmap_vmcore(struct file *file, struct vm_area_struct *vma) in mmap_vmcore()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable.h | 43 #define flush_pmd_tlb_range(vma, addr, end) \ argument 45 #define flush_pud_tlb_range(vma, addr, end) \ argument 55 #define flush_tlb_fix_spurious_fault(vma, address) do { } while (0) argument 779 static inline int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags() 816 static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, in ptep_test_and_clear_young() 824 static inline int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() 846 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young() 897 static inline pmd_t pmdp_establish(struct vm_area_struct *vma, in pmdp_establish() 973 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() 983 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | mem_64.c | 5 const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dax.c | 343 struct vm_area_struct *vma, unsigned long address) in dax_associate_entry() 799 unsigned long pgoff_address(pgoff_t pgoff, struct vm_area_struct *vma) in pgoff_address() 812 struct vm_area_struct *vma; in dax_entry_mkclean() local 1259 struct vm_area_struct *vma, struct iomap *iomap) in dax_fault_is_synchronous() 1268 struct vm_area_struct *vma = vmf->vma; in dax_iomap_pte_fault() local 1440 struct vm_area_struct *vma = vmf->vma; in dax_pmd_load_hole() local 1490 struct vm_area_struct *vma = vmf->vma; in dax_iomap_pmd_fault() local
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | debug_vm_pgtable.c | 90 struct vm_area_struct *vma, pte_t *ptep, in pte_advanced_tests() 187 struct vm_area_struct *vma, pmd_t *pmdp, in pmd_advanced_tests() 335 struct vm_area_struct *vma, pud_t *pudp, in pud_advanced_tests() 427 struct vm_area_struct *vma, pud_t *pudp, in pud_advanced_tests() 441 struct vm_area_struct *vma, pmd_t *pmdp, in pmd_advanced_tests() 447 struct vm_area_struct *vma, pud_t *pudp, in pud_advanced_tests() 975 struct vm_area_struct *vma; in debug_vm_pgtable() local
|