Home
last modified time | relevance | path

Searched refs:relocate_vma_down (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dvma_exec.c19 int relocate_vma_down(struct vm_area_struct *vma, unsigned long shift) in relocate_vma_down() function
H A Dvma.h636 int relocate_vma_down(struct vm_area_struct *vma, unsigned long shift);
/linux/fs/
H A Dexec.c690 ret = relocate_vma_down(vma, stack_shift); in setup_arg_pages()