Home
last modified time | relevance | path

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

/linux-6.15/tools/arch/mips/include/uapi/asm/
H A Dmman.h34 #define PROT_GROWSUP 0x02000000 macro
/linux-6.15/tools/arch/parisc/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/linux-6.15/tools/arch/alpha/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/linux-6.15/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/linux-6.15/include/uapi/asm-generic/
H A Dmman-common.h18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dmman-common.h18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-6.15/arch/parisc/include/uapi/asm/
H A Dmman.h11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dmman.h25 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-6.15/arch/xtensa/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end fo growsup vma */ macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dmman.h11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-6.15/mm/
H A Dmprotect.c709 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()
717 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()
718 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()
761 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()