/openbmc/linux/arch/arc/kernel/ |
H A D | arc_hostlink.c | 18 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) in arc_hl_mmap()
|
/openbmc/linux/arch/x86/um/ |
H A D | mem_32.c | 44 struct vm_area_struct *vma = get_gate_vma(mm); in in_gate_area() local
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 481 static inline void flush_tlb_fix_spurious_fault(struct vm_area_struct *vma, 494 static inline int ptep_set_access_flags(struct vm_area_struct *vma, 582 struct vm_area_struct *vma, unsigned long address, 594 #define update_mmu_cache(vma, address, ptep) \ argument 600 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma,
|
H A D | fb.h | 8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_vma_offset.c | 18 struct vm_area_struct *vma = ctx->vma; in get_vma_offset() local
|
H A D | find_vma_fail2.c | 12 static long write_task(struct task_struct *task, struct vm_area_struct *vma, in write_task()
|
H A D | find_vma_fail1.c | 13 static long write_vma(struct task_struct *task, struct vm_area_struct *vma, in write_vma()
|
/openbmc/linux/arch/sh/mm/ |
H A D | tlb-urb.c | 20 void tlb_wire_entry(struct vm_area_struct *vma, unsigned long addr, pte_t pte) in tlb_wire_entry()
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | vdso.c | 83 const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | tlb.c | 102 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range() 113 void reload_tlb_page(struct vm_area_struct *vma, unsigned long addr, pte_t pte) in reload_tlb_page()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | vdso.c | 111 struct vm_area_struct *vma; in vdso_join_timens() local 131 struct vm_area_struct *vma, struct vm_fault *vmf) in vvar_fault()
|
/openbmc/linux/mm/ |
H A D | mmu_gather.c | 51 static void tlb_flush_rmap_batch(struct mmu_gather_batch *batch, struct vm_area_struct *vma) in tlb_flush_rmap_batch() 73 void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_flush_rmaps()
|
/openbmc/linux/include/asm-generic/ |
H A D | hugetlb.h | 94 static inline pte_t huge_ptep_clear_flush(struct vm_area_struct *vma, in huge_ptep_clear_flush() 138 static inline int huge_ptep_set_access_flags(struct vm_area_struct *vma, in huge_ptep_set_access_flags()
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgtable.c | 347 pte_t ptep_modify_prot_start(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_start() 366 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() 459 struct vm_area_struct *vma; in pmd_lookup() local 1054 struct vm_area_struct *vma; in pgste_perform_essa() local 1160 struct vm_area_struct *vma; in set_pgste_bits() local 1192 struct vm_area_struct *vma; in get_pgste() local
|
/openbmc/linux/arch/csky/abiv1/ |
H A D | mmap.c | 29 struct vm_area_struct *vma; in arch_get_unmapped_area() local
|
/openbmc/linux/arch/m68k/mm/ |
H A D | fault.c | 72 struct vm_area_struct * vma; in do_page_fault() local
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | hugetlb.h | 26 static inline pte_t huge_ptep_clear_flush(struct vm_area_struct *vma, in huge_ptep_clear_flush()
|
H A D | cacheflush.h | 31 #define flush_icache_user_page(vma, page, user_addr, len) \ argument
|
/openbmc/linux/arch/x86/xen/ |
H A D | mmu.c | 42 int xen_unmap_domain_gfn_range(struct vm_area_struct *vma, in xen_unmap_domain_gfn_range()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 478 struct vm_area_struct *vma, unsigned long address, in update_mmu_cache_range() 491 #define update_mmu_cache(vma, addr, ptep) \ argument 497 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() 578 static inline int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() 748 static inline int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags() 756 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young() 781 static inline pmd_t pmdp_establish(struct vm_area_struct *vma, in pmdp_establish()
|
/openbmc/linux/arch/mips/mm/ |
H A D | init.c | 170 unsigned long vaddr, struct vm_area_struct *vma) in copy_user_highpage() 194 void copy_to_user_page(struct vm_area_struct *vma, in copy_to_user_page() 214 void copy_from_user_page(struct vm_area_struct *vma, in copy_from_user_page()
|
/openbmc/linux/kernel/ |
H A D | fork.c | 458 static bool vma_lock_alloc(struct vm_area_struct *vma) in vma_lock_alloc() 470 static inline void vma_lock_free(struct vm_area_struct *vma) in vma_lock_free() 477 static inline bool vma_lock_alloc(struct vm_area_struct *vma) { return true; } in vma_lock_alloc() 478 static inline void vma_lock_free(struct vm_area_struct *vma) {} in vma_lock_free() 484 struct vm_area_struct *vma; in vm_area_alloc() local 524 void __vm_area_free(struct vm_area_struct *vma) in __vm_area_free() 535 struct vm_area_struct *vma = container_of(head, struct vm_area_struct, in vm_area_free_rcu_cb() local 544 void vm_area_free(struct vm_area_struct *vma) in vm_area_free() 1443 struct vm_area_struct *vma; in replace_mm_exe_file() local
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | hugetlb.h | 24 static inline pte_t huge_ptep_clear_flush(struct vm_area_struct *vma, in huge_ptep_clear_flush()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | vmm.c | 65 nvif_vmm_put(struct nvif_vmm *vmm, struct nvif_vma *vma) in nvif_vmm_put() 78 u8 page, u8 align, u64 size, struct nvif_vma *vma) in nvif_vmm_get()
|
/openbmc/linux/arch/x86/mm/ |
H A D | fault.c | 844 struct vm_area_struct *vma) in bad_area_access_from_pkeys() 862 unsigned long address, struct vm_area_struct *vma) in bad_area_access_error() 1041 access_error(unsigned long error_code, struct vm_area_struct *vma) in access_error() 1203 struct vm_area_struct *vma; in do_user_addr_fault() local
|