Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvdso_datastore.h8 struct vm_area_struct *vdso_install_vvar_mapping(struct mm_struct *mm, unsigned long addr);
/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/loongarch/kernel/
H A Dvdso.c103 vma = vdso_install_vvar_mapping(mm, data_addr); in arch_setup_additional_pages()
/linux/arch/mips/kernel/
H A Dvdso.c139 vma = vdso_install_vvar_mapping(mm, data_addr); in arch_setup_additional_pages()
/linux/arch/s390/kernel/
H A Dvdso.c62 vma = vdso_install_vvar_mapping(mm, vvar_start); in map_vdso()
/linux/arch/riscv/kernel/
H A Dvdso.c135 ret = vdso_install_vvar_mapping(mm, vdso_base); in __setup_additional_pages()
/linux/arch/arm/kernel/
H A Dvdso.c218 if (IS_ERR(vdso_install_vvar_mapping(mm, addr))) in arm_install_vdso()
/linux/arch/x86/entry/vdso/
H A Dvma.c168 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.c120 ret = vdso_install_vvar_mapping(mm, vdso_base); in __setup_additional_pages()