Home
last modified time | relevance | path

Searched refs:VM_STARTGAP_FLAGS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/
H A Dmmap.c1595 if (tmp && (tmp->vm_flags & VM_STARTGAP_FLAGS)) { /* Avoid prev check if possible */ in unmapped_area()
1647 if (tmp && (tmp->vm_flags & VM_STARTGAP_FLAGS)) { /* Avoid prev check if possible */ in unmapped_area_topdown()
/openbmc/linux/include/linux/
H A Dmm.h421 #define VM_STARTGAP_FLAGS (VM_GROWSDOWN | VM_SHADOW_STACK) macro