Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds