Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma_exec.c110 unsigned long flags = VM_STACK_FLAGS | VM_STACK_INCOMPLETE_SETUP; in create_init_stack_vma()
138 BUILD_BUG_ON(VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP); in create_init_stack_vma()
/linux/fs/
H A Dexec.c665 vm_flags |= VM_STACK_INCOMPLETE_SETUP; in setup_arg_pages()
696 vm_flags_clear(vma, VM_STACK_INCOMPLETE_SETUP); in setup_arg_pages()
/linux/include/linux/
H A Dmm.h514 #define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ | VM_STACK_EARLY) macro
1272 if ((vma->vm_flags & VM_STACK_INCOMPLETE_SETUP) == in vma_is_temporary_stack()
1273 VM_STACK_INCOMPLETE_SETUP) in vma_is_temporary_stack()
/linux/tools/testing/vma/include/
H A Ddup.h312 #define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ | VM_STACK_EARLY) macro