Home
last modified time | relevance | path

Searched defs:vma (Results 276 – 300 of 828) sorted by relevance

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

/openbmc/linux/arch/xtensa/kernel/
H A Dpci.c74 int pci_iobar_pfn(struct pci_dev *pdev, int bar, struct vm_area_struct *vma) in pci_iobar_pfn()
/openbmc/linux/arch/arc/mm/
H A Dmmap.c33 struct vm_area_struct *vma; in arch_get_unmapped_area() local
/openbmc/linux/arch/parisc/include/asm/
H A Dhugetlb.h31 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 Dvmm.c65 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/kernel/
H A Dfork.c457 static bool vma_lock_alloc(struct vm_area_struct *vma) in vma_lock_alloc()
469 static inline void vma_lock_free(struct vm_area_struct *vma) in vma_lock_free()
476 static inline bool vma_lock_alloc(struct vm_area_struct *vma) { return true; } in vma_lock_alloc()
477 static inline void vma_lock_free(struct vm_area_struct *vma) {} in vma_lock_free()
483 struct vm_area_struct *vma; in vm_area_alloc() local
523 void __vm_area_free(struct vm_area_struct *vma) in __vm_area_free()
534 struct vm_area_struct *vma = container_of(head, struct vm_area_struct, in vm_area_free_rcu_cb() local
543 void vm_area_free(struct vm_area_struct *vma) in vm_area_free()
1442 struct vm_area_struct *vma; in replace_mm_exe_file() local
/openbmc/linux/drivers/char/
H A Dmem.c338 static inline int private_mapping_ok(struct vm_area_struct *vma) in private_mapping_ok()
344 static inline int private_mapping_ok(struct vm_area_struct *vma) in private_mapping_ok()
356 static int mmap_mem(struct file *file, struct vm_area_struct *vma) in mmap_mem()
533 static int mmap_zero(struct file *file, struct vm_area_struct *vma) in mmap_zero()
H A Duv_mmtimer.c147 static int uv_mmtimer_mmap(struct file *file, struct vm_area_struct *vma) in uv_mmtimer_mmap()
/openbmc/linux/kernel/bpf/
H A Dtask_iter.c442 struct vm_area_struct *vma; member
609 struct vm_area_struct *vma; in task_vma_seq_start() local
633 struct task_struct *task, struct vm_area_struct *vma) in DEFINE_BPF_ITER_FUNC()
784 struct vm_area_struct *vma; in BPF_CALL_5() local
/openbmc/linux/arch/um/kernel/
H A Dtlb.c455 void flush_tlb_page(struct vm_area_struct *vma, unsigned long address) in flush_tlb_page()
570 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range()
587 struct vm_area_struct *vma; in flush_tlb_mm() local
597 struct vm_area_struct *vma; in force_flush_all() local
/openbmc/linux/arch/x86/mm/
H A Dfault.c844 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
/openbmc/linux/arch/mips/alchemy/common/
H A Dsetup.c99 int io_remap_pfn_range(struct vm_area_struct *vma, unsigned long vaddr, in io_remap_pfn_range()
/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dtlb.c97 void hash__flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr) in hash__flush_tlb_page()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.h15 struct nvif_vma vma[2]; member
/openbmc/linux/mm/
H A Dmsync.c36 struct vm_area_struct *vma; in SYSCALL_DEFINE3() local
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h55 static inline int remap_4k_pfn(struct vm_area_struct *vma, unsigned long addr, in remap_4k_pfn()
/openbmc/linux/arch/mips/mm/
H A Dc-r4k.c472 struct vm_area_struct *vma = args; in local_r4k_flush_cache_range() local
490 static void r4k_flush_cache_range(struct vm_area_struct *vma, in r4k_flush_cache_range()
532 struct vm_area_struct *vma; member
540 struct vm_area_struct *vma = fcp_args->vma; in local_r4k_flush_cache_page() local
608 static void r4k_flush_cache_page(struct vm_area_struct *vma, in r4k_flush_cache_page()
/openbmc/linux/arch/arm/mm/
H A Dcopypage-v4wt.c44 unsigned long vaddr, struct vm_area_struct *vma) in v4wt_copy_user_highpage()
H A Dcopypage-fa.c39 unsigned long vaddr, struct vm_area_struct *vma) in fa_copy_user_highpage()
H A Dcopypage-v4wb.c48 unsigned long vaddr, struct vm_area_struct *vma) in v4wb_copy_user_highpage()
H A Dcopypage-xsc3.c65 unsigned long vaddr, struct vm_area_struct *vma) in xsc3_mc_copy_user_highpage()
H A Dcopypage-feroceon.c67 unsigned long vaddr, struct vm_area_struct *vma) in feroceon_copy_user_highpage()
/openbmc/linux/arch/sh/mm/
H A Dtlb-sh4.c16 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) in __update_tlb()
/openbmc/linux/arch/openrisc/mm/
H A Dcache.c42 void update_cache(struct vm_area_struct *vma, unsigned long address, in update_cache()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dmem.c71 struct nvkm_vma *vma, void *argv, u32 argc) in nvkm_mem_map_dma()
111 struct nvkm_vma *vma, void *argv, u32 argc) in nvkm_mem_map_sgl()
/openbmc/linux/mm/damon/
H A Dpaddr.c19 static bool __damon_pa_mkold(struct folio *folio, struct vm_area_struct *vma, in __damon_pa_mkold()
82 static bool __damon_pa_young(struct folio *folio, struct vm_area_struct *vma, in __damon_pa_young()

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