Home
last modified time | relevance | path

Searched refs:stack_guard_gap (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/vma/
H A Dshared.h68 extern unsigned long stack_guard_gap;
H A Dshared.c9 unsigned long stack_guard_gap = 256UL<<PAGE_SHIFT; variable
/linux/arch/x86/mm/
H A Dmmap.c86 unsigned long pad = stack_maxrandom_size(task_size) + stack_guard_gap; in mmap_base()
/linux/tools/testing/vma/include/
H A Ddup.h10 extern unsigned long stack_guard_gap;
1446 return stack_guard_gap;
1471 vm_end += stack_guard_gap;
/linux/mm/
H A Dmmap.c185 * Only check if the next VMA is within the stack_guard_gap of the in SYSCALL_DEFINE1()
189 next = vma_find(&vmi, newbrk + PAGE_SIZE + stack_guard_gap); in SYSCALL_DEFINE1()
940 unsigned long stack_guard_gap = 256UL<<PAGE_SHIFT;
949 stack_guard_gap = val << PAGE_SHIFT; in cmdline_parse_stack_guard_gap()
953 __setup("stack_guard_gap=", cmdline_parse_stack_guard_gap);
939 unsigned long stack_guard_gap = 256UL<<PAGE_SHIFT; global() variable
H A Dutil.c446 unsigned long pad = stack_guard_gap; in mmap_base()
H A Dvma.c3132 /* Enforce stack_guard_gap */ in expand_upwards()
3133 gap_addr = address + stack_guard_gap; in expand_upwards()
3215 /* Enforce stack_guard_gap */ in expand_downwards()
3221 (address - prev->vm_end < stack_guard_gap)) in expand_downwards()
/linux/include/linux/
H A Dmm.h4175 extern unsigned long stack_guard_gap; in io_remap_pfn_range()
4208 return stack_guard_gap; in vm_fault_to_errno()
4233 vm_end += stack_guard_gap; in gup_can_follow_protnone()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7418 stack_guard_gap= [MM]