Searched refs:expand_stack (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/m68k/mm/ |
| H A D | fault.c | 110 vma = expand_stack(mm, address); in do_page_fault()
|
| /linux/arch/microblaze/mm/ |
| H A D | fault.c | 195 vma = expand_stack(mm, address); in do_page_fault()
|
| /linux/arch/openrisc/mm/ |
| H A D | fault.c | 132 vma = expand_stack(mm, address); in do_page_fault()
|
| /linux/arch/parisc/mm/ |
| H A D | fault.c | 299 vma = expand_stack(mm, address); in do_page_fault()
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 389 vma = expand_stack(mm, address); in do_sparc64_fault()
|
| /linux/mm/ |
| H A D | nommu.c | 657 struct vm_area_struct *expand_stack(struct mm_struct *mm, unsigned long addr) in expand_stack() function
|
| H A D | mmap.c | 1024 struct vm_area_struct *expand_stack(struct mm_struct *mm, unsigned long addr) in expand_stack() function
|
| H A D | memory.c | 6915 if (!vma_lookup(mm, addr) && !expand_stack(mm, addr)) in __access_remote_vm() 6931 vma = expand_stack(mm, addr); in __access_remote_vm()
|
| /linux/include/linux/ |
| H A D | mm.h | 3742 struct vm_area_struct *expand_stack(struct mm_struct * mm, unsigned long addr);
|