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
346 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend macro
292 #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
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
3593 #if defined(VKI_PROT_GROWSDOWN) in PRE()3595 if (ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP)) { in PRE()3610 UInt grows = ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP); in PRE()3616 if (grows == VKI_PROT_GROWSDOWN) { in PRE()3625 ARG3 &= ~VKI_PROT_GROWSDOWN; in PRE()