Searched refs:vdso_install_vvar_mapping (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | vdso_datastore.h | 8 struct vm_area_struct *vdso_install_vvar_mapping(struct mm_struct *mm, unsigned long addr);
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | vdso.c | 100 vma = vdso_install_vvar_mapping(mm, data_addr); in arch_setup_additional_pages()
|
| /linux-6.15/lib/vdso/ |
| H A D | datastore.c | 99 struct vm_area_struct *vdso_install_vvar_mapping(struct mm_struct *mm, unsigned long addr) in vdso_install_vvar_mapping() function
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | vdso.c | 130 ret = vdso_install_vvar_mapping(mm, vdso_base); in __setup_additional_pages()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | vdso.c | 139 vma = vdso_install_vvar_mapping(mm, data_addr); in arch_setup_additional_pages()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | vdso.c | 76 vma = vdso_install_vvar_mapping(mm, vvar_start); in map_vdso()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | vdso.c | 221 if (IS_ERR(vdso_install_vvar_mapping(mm, addr))) in arm_install_vdso()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | vdso.c | 129 vma = vdso_install_vvar_mapping(mm, vdso_base); in __arch_setup_additional_pages()
|
| /linux-6.15/arch/x86/entry/vdso/ |
| H A D | vma.c | 174 vma = vdso_install_vvar_mapping(mm, addr); in map_vdso()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | vdso.c | 122 ret = vdso_install_vvar_mapping(mm, vdso_base); in __setup_additional_pages()
|