Home
last modified time | relevance | path

Searched refs:vdso_install_vvar_mapping (Results 1 – 6 of 6) sorted by relevance

/linux/lib/vdso/
H A Ddatastore.c99 struct vm_area_struct *vdso_install_vvar_mapping(struct mm_struct *mm, unsigned long addr) in vdso_install_vvar_mapping() function
/linux/arch/riscv/kernel/
H A Dvdso.c130 ret = vdso_install_vvar_mapping(mm, vdso_base); in __setup_additional_pages()
/linux/arch/arm/kernel/
H A Dvdso.c217 if (IS_ERR(vdso_install_vvar_mapping(mm, addr))) in arm_install_vdso()
/linux/arch/x86/entry/vdso/
H A Dvma.c172 vma = vdso_install_vvar_mapping(mm, addr); in map_vdso()
/linux/arch/powerpc/kernel/
H A Dvdso.c128 vma = vdso_install_vvar_mapping(mm, vdso_base); in __arch_setup_additional_pages()
/linux/arch/arm64/kernel/
H A Dvdso.c122 ret = vdso_install_vvar_mapping(mm, vdso_base); in __setup_additional_pages()