Searched refs:stack_guard_gap (Results 1 – 9 of 9) sorted by relevance
68 extern unsigned long stack_guard_gap;
9 unsigned long stack_guard_gap = 256UL<<PAGE_SHIFT; variable
86 unsigned long pad = stack_maxrandom_size(task_size) + stack_guard_gap; in mmap_base()
10 extern unsigned long stack_guard_gap;1446 return stack_guard_gap;1471 vm_end += stack_guard_gap;
185 * 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
446 unsigned long pad = stack_guard_gap; in mmap_base()
3132 /* 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()
4175 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()
7418 stack_guard_gap= [MM]