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
47
init_vdso_image(&vdso_image);
arch/sparc/include/asm/vdso.h
14
extern const struct vdso_image vdso_image_64_builtin;
arch/sparc/include/asm/vdso.h
17
extern const struct vdso_image vdso_image_32_builtin;
arch/sparc/vdso/vma.c
122
static int map_vdso(const struct vdso_image *image,
arch/sparc/vdso/vma.c
46
static int __init init_vdso_image(const struct vdso_image *image,
arch/x86/entry/vdso/extable.c
15
const struct vdso_image *image = current->mm->context.vdso_image;
arch/x86/entry/vdso/vma.c
105
const struct vdso_image *image = current->mm->context.vdso_image;
arch/x86/entry/vdso/vma.c
156
static int map_vdso(const struct vdso_image *image, unsigned long addr)
arch/x86/entry/vdso/vma.c
213
current->mm->context.vdso_image = image;
arch/x86/entry/vdso/vma.c
222
int map_vdso_once(const struct vdso_image *image, unsigned long addr)
arch/x86/entry/vdso/vma.c
288
const struct vdso_image *image = current->mm->context.vdso_image;
arch/x86/entry/vdso/vma.c
39
int __init init_vdso_image(const struct vdso_image *image)
arch/x86/entry/vdso/vma.c
56
const struct vdso_image *image = vma->vm_mm->context.vdso_image;
arch/x86/entry/vdso/vma.c
66
static void vdso_fix_landing(const struct vdso_image *image,
arch/x86/entry/vdso/vma.c
80
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
33
extern const struct vdso_image vdso64_image;
arch/x86/include/asm/vdso.h
34
extern const struct vdso_image vdsox32_image;
arch/x86/include/asm/vdso.h
35
extern const struct vdso_image vdso32_image;
arch/x86/include/asm/vdso.h
37
extern int __init init_vdso_image(const struct vdso_image *image);
arch/x86/include/asm/vdso.h
39
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)