Home
last modified time | relevance | path

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

/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSDOWN 0x01000000 macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux/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/include/uapi/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux/mm/
H A Dmprotect.c717 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()
725 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()
726 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()
759 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()