Searched refs:VKI_PROT_GROWSDOWN (Results 1 – 11 of 11) 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
206 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown … macro
298 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend macro
348 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend macro
296 #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
229 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
288 #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
3804 #if defined(VKI_PROT_GROWSDOWN) in PRE()3806 if (ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP)) { in PRE()3821 UInt grows = ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP); in PRE()3827 if (grows == VKI_PROT_GROWSDOWN) { in PRE()3836 ARG3 &= ~VKI_PROT_GROWSDOWN; in PRE()