Home
last modified time | relevance | path

Searched refs:new_vma (Results 1 – 4 of 4) sorted by relevance

/arch/x86/entry/vdso/
Dvma.c56 struct vm_area_struct *new_vma) in vdso_fix_landing() argument
67 regs->ip = new_vma->vm_start + vdso_land; in vdso_fix_landing()
73 struct vm_area_struct *new_vma) in vdso_mremap() argument
75 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap()
81 vdso_fix_landing(image, new_vma); in vdso_mremap()
82 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap()
/arch/arm64/kernel/
Dvdso.c114 struct vm_area_struct *new_vma) in vdso_mremap() argument
116 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap()
122 current->mm->context.vdso = (void *)new_vma->vm_start; in vdso_mremap()
/arch/arm/kernel/
Dvdso.c60 struct vm_area_struct *new_vma) in vdso_mremap() argument
62 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap()
71 current->mm->context.vdso = new_vma->vm_start; in vdso_mremap()
Dprocess.c408 struct vm_area_struct *new_vma) in sigpage_mremap() argument
410 current->mm->context.sigpage = new_vma->vm_start; in sigpage_mremap()