Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h33 #define PROT_GROWSDOWN 0x01000000 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h32 #define PROT_GROWSDOWN 0x01000000 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h31 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h24 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h24 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown 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()
738 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()
/openbmc/qemu/linux-user/
H A Dmmap.c144 valid |= PROT_GROWSDOWN | PROT_GROWSUP; in validate_prot_to_pageflags()
H A Dstrace.c1110 FLAG_GENERIC(PROT_GROWSDOWN),
H A Dsyscall.c10538 if ((arg3 & PROT_GROWSDOWN) in _syscall2()
10541 arg3 &= ~PROT_GROWSDOWN; in _syscall2()