Searched refs:PROT_GROWSDOWN (Results 1 – 16 of 16) sorted by relevance
32 #define PROT_GROWSDOWN 0x01000000 macro
33 #define PROT_GROWSDOWN 0x01000000 macro
17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
31 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
24 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
696 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()704 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()705 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()738 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()
144 valid |= PROT_GROWSDOWN | PROT_GROWSUP; in validate_prot_to_pageflags()
1110 FLAG_GENERIC(PROT_GROWSDOWN),
10538 if ((arg3 & PROT_GROWSDOWN) in _syscall2()10541 arg3 &= ~PROT_GROWSDOWN; in _syscall2()