Searched refs:new_vma (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | vdso.c | 44 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma, in vdso_mremap() argument 47 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap() 52 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap() 57 static int vdso32_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso32_mremap() argument 59 return vdso_mremap(sm, new_vma, &vdso32_end - &vdso32_start); in vdso32_mremap() 62 static int vdso64_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso64_mremap() argument 64 return vdso_mremap(sm, new_vma, &vdso64_end - &vdso64_start); in vdso64_mremap()
|
| /linux/arch/arm64/kernel/ |
| H 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() 158 struct vm_area_struct *new_vma) in aarch32_sigpage_mremap() argument 160 current->mm->context.sigpage = (void *)new_vma->vm_start; in aarch32_sigpage_mremap()
|
| /linux/arch/riscv/kernel/ |
| H 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()
|
| /linux/arch/arm/kernel/ |
| H 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()
|
| H 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()
|
| /linux/tools/testing/vma/include/ |
| H A D | stubs.h | 76 struct vm_area_struct *new_vma) in dup_anon_vma_name() argument
|
| /linux/include/linux/ |
| H A D | hugetlb.h | 124 struct vm_area_struct *new_vma, 340 struct vm_area_struct *new_vma, in move_hugetlb_page_tables() argument
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 621 static int tramp_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in tramp_mremap() argument
|