Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h34 #define PROT_GROWSUP 0x02000000 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSUP 0x02000000 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h25 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end fo growsup vma */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h25 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/openbmc/linux/mm/
H A 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()
748 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()
/openbmc/qemu/linux-user/
H A Dmmap.c143 valid |= PROT_GROWSDOWN | PROT_GROWSUP; in validate_prot_to_pageflags()
H A Dstrace.c1091 FLAG_GENERIC(PROT_GROWSUP),