Home
last modified time | relevance | path

Searched refs:start_gap (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/kernel/
Dsys_x86_64.c152 info.start_gap = stack_guard_placement(vm_flags); in arch_get_unmapped_area()
202 info.start_gap = stack_guard_placement(vm_flags); in arch_get_unmapped_area_topdown()
/linux-6.12.1/mm/
Dmmap.c614 length = info->length + info->align_mask + info->start_gap; in unmapped_area()
632 gap = vma_iter_addr(&vmi) + info->start_gap; in unmapped_area()
671 length = info->length + info->align_mask + info->start_gap; in unmapped_area_topdown()
778 info.start_gap = stack_guard_placement(vm_flags); in generic_get_unmapped_area()
828 info.start_gap = stack_guard_placement(vm_flags); in generic_get_unmapped_area_topdown()
/linux-6.12.1/include/linux/
Dmm.h3392 unsigned long start_gap; member