Searched refs:new_vma (Results 1 – 7 of 7) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | vdso.c | 45 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma, in vdso_mremap() argument 48 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap() 53 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap() 58 static int vdso32_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso32_mremap() argument 60 return vdso_mremap(sm, new_vma, &vdso32_end - &vdso32_start); in vdso32_mremap() 63 static int vdso64_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso64_mremap() argument 65 return vdso_mremap(sm, new_vma, &vdso64_end - &vdso64_start); in vdso64_mremap()
|
| /arch/x86/entry/vdso/ |
| A D | vma.c | 66 struct vm_area_struct *new_vma) in vdso_fix_landing() argument 76 regs->ip = new_vma->vm_start + vdso_land; in vdso_fix_landing() 81 struct vm_area_struct *new_vma) in vdso_mremap() argument 85 vdso_fix_landing(image, new_vma); in vdso_mremap() 86 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap()
|
| /arch/arm64/kernel/ |
| A D | vdso.c | 61 struct vm_area_struct *new_vma) in vdso_mremap() argument 63 current->mm->context.vdso = (void *)new_vma->vm_start; in vdso_mremap() 160 struct vm_area_struct *new_vma) in aarch32_sigpage_mremap() argument 162 current->mm->context.sigpage = (void *)new_vma->vm_start; in aarch32_sigpage_mremap()
|
| /arch/loongarch/kernel/ |
| A D | vdso.c | 28 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso_mremap() argument 30 current->mm->context.vdso = (void *)(new_vma->vm_start); in vdso_mremap()
|
| /arch/riscv/kernel/ |
| A D | vdso.c | 37 struct vm_area_struct *new_vma) in vdso_mremap() argument 39 current->mm->context.vdso = (void *)new_vma->vm_start; in vdso_mremap()
|
| /arch/arm/kernel/ |
| A D | vdso.c | 38 struct vm_area_struct *new_vma) in vdso_mremap() argument 40 current->mm->context.vdso = new_vma->vm_start; in vdso_mremap()
|
| A D | process.c | 383 struct vm_area_struct *new_vma) in sigpage_mremap() argument 385 current->mm->context.sigpage = new_vma->vm_start; in sigpage_mremap()
|
Completed in 13 milliseconds