Searched refs:vdso_image (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dvdso.h12 struct vdso_image { struct
33 extern const struct vdso_image vdso_image_64;
37 extern const struct vdso_image vdso_image_x32;
41 extern const struct vdso_image vdso_image_32_int80;
43 extern const struct vdso_image vdso_image_32_syscall;
45 extern const struct vdso_image vdso_image_32_sysenter;
47 extern const struct vdso_image *selected_vdso32;
50 extern void __init init_vdso_image(const struct vdso_image *image);
/linux-4.1.27/arch/x86/vdso/
H A Dvdso32-setup.c64 const struct vdso_image *selected_vdso32;
H A Dvma.c27 void __init init_vdso_image(const struct vdso_image *image) init_vdso_image()
92 static int map_vdso(const struct vdso_image *image, bool calculate_addr) map_vdso()
H A Dvdso2c.h156 fprintf(outfile, "const struct vdso_image %s = {\n", name); go()

Completed in 113 milliseconds