Symbol: vdso_image
arch/mips/include/asm/vdso.h
43
extern struct mips_vdso_image vdso_image;
arch/mips/kernel/signal.c
813
.vdso = &vdso_image,
arch/mips/kernel/vdso.c
46
init_vdso_image(&vdso_image);
arch/sparc/include/asm/vdso.h
16
extern const struct vdso_image vdso_image_64_builtin;
arch/sparc/include/asm/vdso.h
19
extern const struct vdso_image vdso_image_32_builtin;
arch/sparc/vdso/vma.c
155
static int find_sections32(const struct vdso_image *image, struct vdso_elfinfo *_e)
arch/sparc/vdso/vma.c
204
static int find_sections(const struct vdso_image *image, struct vdso_elfinfo *e,
arch/sparc/vdso/vma.c
222
static int stick_patch(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64)
arch/sparc/vdso/vma.c
246
static int __init init_vdso_image(const struct vdso_image *image,
arch/sparc/vdso/vma.c
362
static int map_vdso(const struct vdso_image *image,
arch/sparc/vdso/vma.c
87
static int find_sections64(const struct vdso_image *image, struct vdso_elfinfo *_e)
arch/x86/entry/vdso/extable.c
15
const struct vdso_image *image = current->mm->context.vdso_image;
arch/x86/entry/vdso/vma.c
133
static int map_vdso(const struct vdso_image *image, unsigned long addr)
arch/x86/entry/vdso/vma.c
190
current->mm->context.vdso_image = image;
arch/x86/entry/vdso/vma.c
197
int map_vdso_once(const struct vdso_image *image, unsigned long addr)
arch/x86/entry/vdso/vma.c
263
const struct vdso_image *image = current->mm->context.vdso_image;
arch/x86/entry/vdso/vma.c
38
int __init init_vdso_image(const struct vdso_image *image)
arch/x86/entry/vdso/vma.c
55
const struct vdso_image *image = vma->vm_mm->context.vdso_image;
arch/x86/entry/vdso/vma.c
65
static void vdso_fix_landing(const struct vdso_image *image,
arch/x86/entry/vdso/vma.c
79
const struct vdso_image *image = current->mm->context.vdso_image;
arch/x86/include/asm/mmu.h
61
const struct vdso_image *vdso_image; /* vdso image in use */
arch/x86/include/asm/vdso.h
30
extern const struct vdso_image vdso64_image;
arch/x86/include/asm/vdso.h
31
extern const struct vdso_image vdsox32_image;
arch/x86/include/asm/vdso.h
32
extern const struct vdso_image vdso32_image;
arch/x86/include/asm/vdso.h
34
extern int __init init_vdso_image(const struct vdso_image *image);
arch/x86/include/asm/vdso.h
36
extern int map_vdso_once(const struct vdso_image *image, unsigned long addr);
arch/x86/kernel/process_64.c
786
static long prctl_map_vdso(const struct vdso_image *image, unsigned long addr)