Searched refs:expand_stack (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/m68k/mm/ |
| H A D | fault.c | 110 vma = expand_stack(mm, address); in do_page_fault()
|
| /linux-6.15/arch/microblaze/mm/ |
| H A D | fault.c | 195 vma = expand_stack(mm, address); in do_page_fault()
|
| /linux-6.15/arch/openrisc/mm/ |
| H A D | fault.c | 132 vma = expand_stack(mm, address); in do_page_fault()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | trap.c | 57 vma = expand_stack(mm, address); in handle_page_fault()
|
| /linux-6.15/arch/parisc/mm/ |
| H A D | fault.c | 299 vma = expand_stack(mm, address); in do_page_fault()
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | fault_64.c | 389 vma = expand_stack(mm, address); in do_sparc64_fault()
|
| /linux-6.15/mm/ |
| H A D | mmap.c | 1031 struct vm_area_struct *expand_stack(struct mm_struct *mm, unsigned long addr) in expand_stack() function
|
| H A D | nommu.c | 654 struct vm_area_struct *expand_stack(struct mm_struct *mm, unsigned long addr) in expand_stack() function
|
| H A D | memory.c | 6896 if (!vma_lookup(mm, addr) && !expand_stack(mm, addr)) in __access_remote_vm() 6911 vma = expand_stack(mm, addr); in __access_remote_vm()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 3528 struct vm_area_struct *expand_stack(struct mm_struct * mm, unsigned long addr);
|