Home
last modified time | relevance | path

Searched refs:VMA_STACK_DEFAULT_FLAGS (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/um/asm/
H A Dvm-flags.h16 #define VMA_STACK_DEFAULT_FLAGS append_vma_flags(VMA_DATA_FLAGS_EXEC, VMA_GROWSDOWN_BIT) macro
/linux/arch/powerpc/include/asm/
H A Dpage_64.h100 #define VMA_STACK_DEFAULT_FLAGS \ macro
/linux/tools/testing/vma/include/
H A Ddup.h336 #ifndef VMA_STACK_DEFAULT_FLAGS /* arch can override this */
337 #define VMA_STACK_DEFAULT_FLAGS VMA_DATA_DEFAULT_FLAGS macro
340 #define VMA_STACK_FLAGS append_vma_flags(VMA_STACK_DEFAULT_FLAGS, \
/linux/include/linux/
H A Dmm.h534 #ifndef VMA_STACK_DEFAULT_FLAGS /* arch can override this */
535 #define VMA_STACK_DEFAULT_FLAGS VMA_DATA_DEFAULT_FLAGS macro
538 #define VMA_STACK_FLAGS append_vma_flags(VMA_STACK_DEFAULT_FLAGS, \