Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmremap.c611 if (!pmc->for_stack && vma->vm_start != addr_to_align) in can_align_down()
615 if (pmc->for_stack && addr_masked >= vma->vm_start) in can_align_down()
H A Dinternal.h55 bool for_stack; /* Is this an early temp stack being moved? */ member
H A Dmmap.c1774 pmc.for_stack = true; in relocate_vma_down()