Home
last modified time | relevance | path

Searched refs:vma_init (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/um/
H A Dmem_32.c16 vma_init(&gate_vma, NULL); in gate_vma_init()
/openbmc/linux/arch/arm/kernel/
H A Dprocess.c313 vma_init(&gate_vma, NULL); in gate_vma_init()
/openbmc/linux/arch/ia64/mm/
H A Dinit.c286 vma_init(&gate_vma, NULL); in gate_vma_init()
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c869 vma_init(&pseudo_vma, mm); in hugetlbfs_fallocate()
/openbmc/linux/mm/
H A Dmempolicy.c2791 vma_init(&pvma, NULL); in mpol_shared_policy_init()
H A Dshmem.c1598 vma_init(vma, NULL); in shmem_pseudo_vma_init()
/openbmc/linux/kernel/
H A Dfork.c490 vma_init(vma, mm); in vm_area_alloc()
/openbmc/linux/include/linux/
H A Dmm.h808 static inline void vma_init(struct vm_area_struct *vma, struct mm_struct *mm) in vma_init() function