Home
last modified time | relevance | path

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

/linux-6.6.21/tools/arch/xtensa/include/uapi/asm/
Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux-6.6.21/tools/arch/mips/include/uapi/asm/
Dmman.h33 #define PROT_GROWSDOWN 0x01000000 macro
/linux-6.6.21/tools/arch/parisc/include/uapi/asm/
Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux-6.6.21/tools/arch/alpha/include/uapi/asm/
Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/linux-6.6.21/include/uapi/asm-generic/
Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-6.6.21/tools/include/uapi/asm-generic/
Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-6.6.21/arch/xtensa/include/uapi/asm/
Dmman.h31 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-6.6.21/arch/parisc/include/uapi/asm/
Dmman.h10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-6.6.21/arch/alpha/include/uapi/asm/
Dmman.h10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-6.6.21/arch/mips/include/uapi/asm/
Dmman.h24 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/linux-6.6.21/mm/
Dmprotect.c696 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()