Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vma/
H A Dvma_internal.h83 #define VM_STARTGAP_FLAGS (VM_GROWSDOWN | VM_SHADOW_STACK) macro
/linux-6.15/mm/
H A Dvma.c2729 if (tmp && (tmp->vm_flags & VM_STARTGAP_FLAGS)) { /* Avoid prev check if possible */ in unmapped_area()
2781 if (tmp && (tmp->vm_flags & VM_STARTGAP_FLAGS)) { /* Avoid prev check if possible */ in unmapped_area_topdown()
/linux-6.15/include/linux/
H A Dmm.h443 #define VM_STARTGAP_FLAGS (VM_GROWSDOWN | VM_SHADOW_STACK) macro