Searched refs:vdso_image (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ |
| D | vdso.h | 13 struct vdso_image { struct 32 extern const struct vdso_image vdso_image_64; argument 36 extern const struct vdso_image vdso_image_x32; 40 extern const struct vdso_image vdso_image_32; 43 extern void __init init_vdso_image(const struct vdso_image *image); 45 extern int map_vdso_once(const struct vdso_image *image, unsigned long addr);
|
| D | mmu.h | 42 const struct vdso_image *vdso_image; /* vdso image in use */ member
|
| /Linux-v5.4/arch/x86/entry/vdso/ |
| D | vma.c | 31 void __init init_vdso_image(const struct vdso_image *image) in init_vdso_image() 45 const struct vdso_image *image = vma->vm_mm->context.vdso_image; in vdso_fault() 55 static void vdso_fix_landing(const struct vdso_image *image, in vdso_fix_landing() 76 const struct vdso_image *image = current->mm->context.vdso_image; in vdso_mremap() 90 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() 192 current->mm->context.vdso_image = image; in map_vdso() 245 static int map_vdso_randomized(const struct vdso_image *image) in map_vdso_randomized() 253 int map_vdso_once(const struct vdso_image *image, unsigned long addr) in map_vdso_once()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | vdso.h | 8 struct vdso_image { struct 16 extern const struct vdso_image vdso_image_64_builtin; argument 19 extern const struct vdso_image vdso_image_32_builtin;
|
| /Linux-v5.4/arch/sparc/vdso/ |
| D | vma.c | 87 static int find_sections64(const struct vdso_image *image, struct vdso_elfinfo *_e) in find_sections64() 155 static int find_sections32(const struct vdso_image *image, struct vdso_elfinfo *_e) in find_sections32() 204 static int find_sections(const struct vdso_image *image, struct vdso_elfinfo *e, in find_sections() 222 static int stick_patch(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64) in stick_patch() 246 int __init init_vdso_image(const struct vdso_image *image, in init_vdso_image() 361 static int map_vdso(const struct vdso_image *image, in map_vdso()
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | vdso.h | 43 extern struct mips_vdso_image vdso_image;
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | vdso.c | 58 init_vdso_image(&vdso_image); in init_vdso()
|
| D | signal.c | 798 .vdso = &vdso_image,
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | process_64.c | 691 static long prctl_map_vdso(const struct vdso_image *image, unsigned long addr) in prctl_map_vdso()
|