vdso_image         33 arch/x86/include/asm/vdso.h extern const struct vdso_image vdso_image_64;
vdso_image         37 arch/x86/include/asm/vdso.h extern const struct vdso_image vdso_image_x32;
vdso_image         41 arch/x86/include/asm/vdso.h extern const struct vdso_image vdso_image_32_int80;
vdso_image         43 arch/x86/include/asm/vdso.h extern const struct vdso_image vdso_image_32_syscall;
vdso_image         45 arch/x86/include/asm/vdso.h extern const struct vdso_image vdso_image_32_sysenter;
vdso_image         47 arch/x86/include/asm/vdso.h extern const struct vdso_image *selected_vdso32;
vdso_image         50 arch/x86/include/asm/vdso.h extern void __init init_vdso_image(const struct vdso_image *image);