Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h270 #define VMA_STARTGAP_FLAGS mk_vma_flags(VMA_GROWSDOWN_BIT, VMA_SHADOW_STACK_BIT) macro
273 #define VMA_STARTGAP_FLAGS mk_vma_flags(VMA_GROWSDOWN_BIT) macro
/linux/mm/
H A Dvma.c2994 if (tmp && vma_test_any_mask(tmp, VMA_STARTGAP_FLAGS)) { in unmapped_area()
3047 if (tmp && vma_test_any_mask(tmp, VMA_STARTGAP_FLAGS)) { in unmapped_area_topdown()
/linux/include/linux/
H A Dmm.h466 #define VMA_STARTGAP_FLAGS mk_vma_flags(VMA_GROWSDOWN_BIT, VMA_SHADOW_STACK_BIT) macro
469 #define VMA_STARTGAP_FLAGS mk_vma_flags(VMA_GROWSDOWN_BIT) macro