Searched refs:PROT_GROWSDOWN (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/arch/alpha/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSDOWN 0x01000000 macro
/linux-master/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux-master/include/uapi/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h31 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h24 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-master/mm/
H A Dmprotect.c686 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP);
694 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP);
695 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */
728 if (unlikely(grows & PROT_GROWSDOWN)) {

Completed in 204 milliseconds