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.c23 int relocate_vma_down(struct vm_area_struct *vma, unsigned long shift) in relocate_vma_down() function
H A Dvma.h790 int relocate_vma_down(struct vm_area_struct *vma, unsigned long shift);
/linux/fs/
H A Dexec.c695 ret = relocate_vma_down(vma, stack_shift); in setup_arg_pages()