Searched refs:vdso_install_vvar_mapping (Results 1 – 10 of 10) sorted by relevance
| /linux/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/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/arch/loongarch/kernel/ |
| H A D | vdso.c | 103 vma = vdso_install_vvar_mapping(mm, data_addr); in arch_setup_additional_pages()
|
| /linux/arch/mips/kernel/ |
| H A D | vdso.c | 139 vma = vdso_install_vvar_mapping(mm, data_addr); in arch_setup_additional_pages()
|
| /linux/arch/s390/kernel/ |
| H A D | vdso.c | 62 vma = vdso_install_vvar_mapping(mm, vvar_start); in map_vdso()
|
| /linux/arch/riscv/kernel/ |
| H A D | vdso.c | 135 ret = vdso_install_vvar_mapping(mm, vdso_base); in __setup_additional_pages()
|
| /linux/arch/arm/kernel/ |
| H A D | vdso.c | 218 if (IS_ERR(vdso_install_vvar_mapping(mm, addr))) in arm_install_vdso()
|
| /linux/arch/x86/entry/vdso/ |
| H A D | vma.c | 168 vma = vdso_install_vvar_mapping(mm, addr); in map_vdso()
|
| /linux/arch/powerpc/kernel/ |
| H A D | vdso.c | 128 vma = vdso_install_vvar_mapping(mm, vdso_base); in __arch_setup_additional_pages()
|
| /linux/arch/arm64/kernel/ |
| H A D | vdso.c | 120 ret = vdso_install_vvar_mapping(mm, vdso_base); in __setup_additional_pages()
|