Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/arch/mips/include/uapi/asm/
Dmman.h34 #define PROT_GROWSUP 0x02000000 macro
/kernel/linux/linux-5.10/tools/arch/parisc/include/uapi/asm/
Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/kernel/linux/linux-5.10/tools/arch/alpha/include/uapi/asm/
Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/kernel/linux/linux-5.10/tools/arch/xtensa/include/uapi/asm/
Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dmman-common.h14 #define PROT_GROWSUP 0x02000000 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dmman-common.h18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dmman-common.h18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dmman-common.h27 #define PROT_GROWSUP 0x02000000 macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dmman.h11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dmman.h25 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dmman.h27 #define PROT_GROWSUP 0x02000000 macro
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
Dmman.h32 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end fo growsup vma */ macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dmman.h11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/kernel/linux/linux-5.10/mm/
Dmprotect.c527 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()
538 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()
539 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()
581 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()