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.h50 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;
1205 return stack_guard_gap; in stack_guard_start_gap()
1230 vm_end += stack_guard_gap; in vm_end_gap()
/linux/mm/
H A Dmmap.c189 next = vma_find(&vmi, newbrk + PAGE_SIZE + stack_guard_gap); in SYSCALL_DEFINE1()
939 unsigned long stack_guard_gap = 256UL<<PAGE_SHIFT; variable
948 stack_guard_gap = val << PAGE_SHIFT; in cmdline_parse_stack_guard_gap()
H A Dutil.c446 unsigned long pad = stack_guard_gap; in mmap_base()
H A Dvma.c3103 gap_addr = address + stack_guard_gap; in expand_upwards()
3191 (address - prev->vm_end < stack_guard_gap)) in expand_downwards()
/linux/include/linux/
H A Dmm.h3937 extern unsigned long stack_guard_gap;
3970 return stack_guard_gap; in stack_guard_start_gap()
3995 vm_end += stack_guard_gap; in vm_end_gap()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7388 stack_guard_gap= [MM]