Searched refs:VKI_PROT_GROWSDOWN (Results 1 – 10 of 10) sorted by relevance
206 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
232 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
296 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
298 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend macro
348 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend macro
229 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
267 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
291 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start macro
288 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
3808 #if defined(VKI_PROT_GROWSDOWN) in PRE()3810 if (ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP)) { in PRE()3825 UInt grows = ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP); in PRE()3831 if (grows == VKI_PROT_GROWSDOWN) { in PRE()3840 ARG3 &= ~VKI_PROT_GROWSDOWN; in PRE()