Searched refs:stack_guard_gap (Results 1 – 9 of 9) sorted by relevance
86 unsigned long pad = stack_maxrandom_size(task_size) + stack_guard_gap; in mmap_base()
52 unsigned long pad = stack_maxrandom_size() + stack_guard_gap; in mmap_base()
69 unsigned long pad = stack_maxrandom_size() + stack_guard_gap; in mmap_base()
2394 gap_addr = address + stack_guard_gap; in expand_upwards()2483 if (address - prev->vm_end < stack_guard_gap) in expand_downwards()2542 unsigned long stack_guard_gap = 256UL<<PAGE_SHIFT; variable2551 stack_guard_gap = val << PAGE_SHIFT; in cmdline_parse_stack_guard_gap()
391 unsigned long pad = stack_guard_gap; in mmap_base()
2772 extern unsigned long stack_guard_gap;2834 vm_start -= stack_guard_gap; in vm_start_gap()2846 vm_end += stack_guard_gap; in vm_end_gap()
5504 stack_guard_gap= [MM]
131123 ffff800011e5d048 D stack_guard_gap
Completed in 406 milliseconds