Home
last modified time | relevance | path

Searched defs:vma (Results 251 – 275 of 828) sorted by relevance

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_cs.c80 struct i915_vma *vma; in create_empty_batch() local
219 struct i915_vma *vma; in create_nop_batch() local
/openbmc/linux/arch/sparc/mm/
H A Dtlb.c231 static inline pmd_t pmdp_establish(struct vm_area_struct *vma, in pmdp_establish()
247 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
/openbmc/linux/fs/
H A Dcoredump.c1003 static bool always_dump_vma(struct vm_area_struct *vma) in always_dump_vma()
1031 static unsigned long vma_dump_size(struct vm_area_struct *vma, in vma_dump_size()
1115 struct vm_area_struct *vma, in coredump_next_vma()
1147 struct vm_area_struct *gate_vma, *vma = NULL; in dump_vma_snapshot() local
/openbmc/linux/arch/hexagon/kernel/
H A Dvdso.c83 const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
/openbmc/linux/arch/sh/mm/
H A Dtlb-urb.c20 void tlb_wire_entry(struct vm_area_struct *vma, unsigned long addr, pte_t pte) in tlb_wire_entry()
H A Dtlb-pteaex.c18 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) in __update_tlb()
/openbmc/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()
/openbmc/linux/arch/x86/xen/
H A Dmmu.c42 int xen_unmap_domain_gfn_range(struct vm_area_struct *vma, in xen_unmap_domain_gfn_range()
/openbmc/linux/arch/csky/abiv1/
H A Dmmap.c29 struct vm_area_struct *vma; in arch_get_unmapped_area() local
/openbmc/linux/arch/ia64/include/asm/
H A Dcacheflush.h31 #define flush_icache_user_page(vma, page, user_addr, len) \ argument
H A Dhugetlb.h26 static inline pte_t huge_ptep_clear_flush(struct vm_area_struct *vma, in huge_ptep_clear_flush()
/openbmc/linux/arch/mips/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect()
H A Dpgtable.h481 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,
/openbmc/linux/arch/m68k/mm/
H A Dfault.c72 struct vm_area_struct * vma; in do_page_fault() local
/openbmc/linux/arch/nios2/mm/
H A Dtlb.c102 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 Dvdso.c111 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 Dmmu_gather.c51 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/arch/s390/mm/
H A Dpgtable.c347 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/sh/include/asm/
H A Dhugetlb.h24 static inline pte_t huge_ptep_clear_flush(struct vm_area_struct *vma, in huge_ptep_clear_flush()
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h478 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 Dinit.c170 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/arch/sh/kernel/vsyscall/
H A Dvsyscall.c87 const char *arch_vma_name(struct vm_area_struct *vma) in arch_vma_name()
/openbmc/linux/include/asm-generic/
H A Dmm_hooks.h25 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted()

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