vdso_image 43 arch/mips/include/asm/vdso.h extern struct mips_vdso_image vdso_image; vdso_image 798 arch/mips/kernel/signal.c .vdso = &vdso_image, vdso_image 58 arch/mips/kernel/vdso.c init_vdso_image(&vdso_image); vdso_image 16 arch/sparc/include/asm/vdso.h extern const struct vdso_image vdso_image_64_builtin; vdso_image 19 arch/sparc/include/asm/vdso.h extern const struct vdso_image vdso_image_32_builtin; vdso_image 87 arch/sparc/vdso/vma.c static int find_sections64(const struct vdso_image *image, struct vdso_elfinfo *_e) vdso_image 155 arch/sparc/vdso/vma.c static int find_sections32(const struct vdso_image *image, struct vdso_elfinfo *_e) vdso_image 204 arch/sparc/vdso/vma.c static int find_sections(const struct vdso_image *image, struct vdso_elfinfo *e, vdso_image 222 arch/sparc/vdso/vma.c static int stick_patch(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64) vdso_image 246 arch/sparc/vdso/vma.c int __init init_vdso_image(const struct vdso_image *image, vdso_image 361 arch/sparc/vdso/vma.c static int map_vdso(const struct vdso_image *image, vdso_image 31 arch/x86/entry/vdso/vma.c void __init init_vdso_image(const struct vdso_image *image) vdso_image 45 arch/x86/entry/vdso/vma.c const struct vdso_image *image = vma->vm_mm->context.vdso_image; vdso_image 55 arch/x86/entry/vdso/vma.c static void vdso_fix_landing(const struct vdso_image *image, vdso_image 76 arch/x86/entry/vdso/vma.c const struct vdso_image *image = current->mm->context.vdso_image; vdso_image 90 arch/x86/entry/vdso/vma.c const struct vdso_image *image = vma->vm_mm->context.vdso_image; vdso_image 146 arch/x86/entry/vdso/vma.c static int map_vdso(const struct vdso_image *image, unsigned long addr) vdso_image 192 arch/x86/entry/vdso/vma.c current->mm->context.vdso_image = image; vdso_image 245 arch/x86/entry/vdso/vma.c static int map_vdso_randomized(const struct vdso_image *image) vdso_image 253 arch/x86/entry/vdso/vma.c int map_vdso_once(const struct vdso_image *image, unsigned long addr) vdso_image 42 arch/x86/include/asm/mmu.h const struct vdso_image *vdso_image; /* vdso image in use */ vdso_image 32 arch/x86/include/asm/vdso.h extern const struct vdso_image vdso_image_64; vdso_image 36 arch/x86/include/asm/vdso.h extern const struct vdso_image vdso_image_x32; vdso_image 40 arch/x86/include/asm/vdso.h extern const struct vdso_image vdso_image_32; vdso_image 43 arch/x86/include/asm/vdso.h extern void __init init_vdso_image(const struct vdso_image *image); vdso_image 45 arch/x86/include/asm/vdso.h extern int map_vdso_once(const struct vdso_image *image, unsigned long addr); vdso_image 691 arch/x86/kernel/process_64.c static long prctl_map_vdso(const struct vdso_image *image, unsigned long addr)