Searched refs:vdso_image (Results 1 – 3 of 3) sorted by relevance
12 struct vdso_image { struct33 extern const struct vdso_image vdso_image_64; argument37 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);
64 const struct vdso_image *selected_vdso32;
27 void __init init_vdso_image(const struct vdso_image *image) in init_vdso_image()92 static int map_vdso(const struct vdso_image *image, bool calculate_addr) in map_vdso()