Home
last modified time | relevance | path

Searched refs:PROT_GROWSDOWN (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/mm/
Dmprotect.c353 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in SYSCALL_DEFINE3()
354 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in SYSCALL_DEFINE3()
355 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in SYSCALL_DEFINE3()
385 if (unlikely(grows & PROT_GROWSDOWN)) { in SYSCALL_DEFINE3()
/linux-4.4.14/include/uapi/asm-generic/
Dmman-common.h14 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dmman.h9 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dmman.h9 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dmman.h23 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dmman.h30 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro