Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvdso.h12 struct vdso_image { struct
31 extern const struct vdso_image vdso_image_64; argument
35 extern const struct vdso_image vdso_image_x32;
39 extern const struct vdso_image vdso_image_32;
42 extern void __init init_vdso_image(const struct vdso_image *image);
44 extern int map_vdso_once(const struct vdso_image *image, unsigned long addr);
Dmmu.h29 const struct vdso_image *vdso_image; /* vdso image in use */ member
/arch/x86/entry/vdso/
Dvma.c29 void __init init_vdso_image(const struct vdso_image *image) in init_vdso_image()
43 const struct vdso_image *image = vma->vm_mm->context.vdso_image; in vdso_fault()
53 static void vdso_fix_landing(const struct vdso_image *image, in vdso_fix_landing()
74 const struct vdso_image *image = current->mm->context.vdso_image; in vdso_mremap()
91 const struct vdso_image *image = vma->vm_mm->context.vdso_image; in vvar_fault()
146 static int map_vdso(const struct vdso_image *image, unsigned long addr) in map_vdso()
165 current->mm->context.vdso_image = image; in map_vdso()
197 current->mm->context.vdso_image = NULL; in map_vdso()
249 static int map_vdso_randomized(const struct vdso_image *image) in map_vdso_randomized()
257 int map_vdso_once(const struct vdso_image *image, unsigned long addr) in map_vdso_once()
/arch/mips/include/asm/
Dvdso.h46 extern struct mips_vdso_image vdso_image;
/arch/mips/kernel/
Dvdso.c56 init_vdso_image(&vdso_image); in init_vdso()
Dsignal.c765 .vdso = &vdso_image,
/arch/x86/kernel/
Dprocess_64.c555 static long prctl_map_vdso(const struct vdso_image *image, unsigned long addr) in prctl_map_vdso()