Searched refs:new_vma (Results 1 – 5 of 5) sorted by relevance
60 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma, in vdso_mremap() argument63 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap()68 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap()73 static int vdso32_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso32_mremap() argument75 return vdso_mremap(sm, new_vma, &vdso32_end - &vdso32_start); in vdso32_mremap()78 static int vdso64_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso64_mremap() argument80 return vdso_mremap(sm, new_vma, &vdso64_end - &vdso64_start); in vdso64_mremap()
73 struct vm_area_struct *new_vma) in vdso_fix_landing() argument84 regs->ip = new_vma->vm_start + vdso_land; in vdso_fix_landing()90 struct vm_area_struct *new_vma) in vdso_mremap() argument94 vdso_fix_landing(image, new_vma); in vdso_mremap()95 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap()
82 struct vm_area_struct *new_vma) in vdso_mremap() argument84 current->mm->context.vdso = (void *)new_vma->vm_start; in vdso_mremap()275 struct vm_area_struct *new_vma) in aarch32_sigpage_mremap() argument277 current->mm->context.sigpage = (void *)new_vma->vm_start; in aarch32_sigpage_mremap()
51 struct vm_area_struct *new_vma) in vdso_mremap() argument53 current->mm->context.vdso = new_vma->vm_start; in vdso_mremap()
384 struct vm_area_struct *new_vma) in sigpage_mremap() argument386 current->mm->context.sigpage = new_vma->vm_start; in sigpage_mremap()