Home
last modified time | relevance | path

Searched refs:expand_stack (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/arch/i386/mm/
Dfault.c81 if (expand_stack(vma, start) == 0) in __verify_write()
205 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/arch/sh/mm/
Dfault.c81 if (expand_stack(vma, start) == 0) in __verify_write()
126 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/Documentation/vm/
Dlocking37 4. The exception to this rule is expand_stack, which just
59 1. expand_stack
66 expand_stack(), it is hard to come up with a destructive scenario without
/linux-2.4.37.9/arch/parisc/mm/
Dfault.c198 if (vma && (expand_stack(vma, address) == 0)) in do_page_fault()
/linux-2.4.37.9/arch/m68k/mm/
Dfault.c123 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/arch/sparc/mm/
Dfault.c273 if(expand_stack(vma, address)) in do_sparc_fault()
520 if(expand_stack(vma, address)) in force_user_fault()
/linux-2.4.37.9/arch/alpha/mm/
Dfault.c127 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/arch/mips64/mm/
Dfault.c140 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/arch/mips/mm/
Dfault.c117 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/arch/ppc64/mm/
Dfault.c189 if (expand_stack(vma, address)) { in do_page_fault()
/linux-2.4.37.9/arch/ia64/mm/
Dfault.c162 if (expand_stack(vma, address)) in ia64_do_page_fault()
/linux-2.4.37.9/arch/ppc/mm/
Dfault.c180 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/arch/cris/mm/
Dfault.c330 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/arch/s390x/mm/
Dfault.c213 if (expand_stack(vma, address)) in do_exception()
/linux-2.4.37.9/arch/arm/mm/
Dfault-common.c257 if (vma->vm_flags & VM_GROWSDOWN && !expand_stack(vma, addr)) in __do_page_fault()
/linux-2.4.37.9/arch/x86_64/mm/
Dfault.c263 if (expand_stack(vma, address)) in do_page_fault()
/linux-2.4.37.9/arch/s390/mm/
Dfault.c213 if (expand_stack(vma, address)) in do_exception()
/linux-2.4.37.9/arch/sparc64/mm/
Dfault.c399 if (expand_stack(vma, address)) in do_sparc64_fault()
/linux-2.4.37.9/arch/sh64/mm/
Dfault.c194 if (expand_stack(vma, address)) { in do_page_fault()
/linux-2.4.37.9/include/linux/
Dmm.h646 static inline int expand_stack(struct vm_area_struct * vma, unsigned long address) in expand_stack() function
/linux-2.4.37.9/mm/
Dmmap.c776 if (expand_stack(vma, addr)) in find_extend_vma()