Home
last modified time | relevance | path

Searched refs:vdso_image (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dvdso.h12 struct vdso_image { struct
33 extern const struct vdso_image vdso_image_64; argument
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/
Dvdso32-setup.c64 const struct vdso_image *selected_vdso32;
Dvma.c27 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()