Searched refs:VM_STARTGAP_FLAGS (Results 1 – 3 of 3) sorted by relevance
99 #define VM_STARTGAP_FLAGS (VM_GROWSDOWN | VM_SHADOW_STACK) macro
2870 if (tmp && (tmp->vm_flags & VM_STARTGAP_FLAGS)) { /* Avoid prev check if possible */ in unmapped_area() 2922 if (tmp && (tmp->vm_flags & VM_STARTGAP_FLAGS)) { /* Avoid prev check if possible */ in unmapped_area_topdown()
444 #define VM_STARTGAP_FLAGS (VM_GROWSDOWN | VM_SHADOW_STACK) macro