Searched refs:VKI_PROT_GROWSUP (Results 1 – 11 of 11) sorted by relevance
207 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
233 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
207 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma … macro
301 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: macro
351 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend macro
297 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
268 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
230 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
289 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
293 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end macro
3806 if (ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP)) { in PRE()3821 UInt grows = ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP); in PRE()3840 } else if (grows == VKI_PROT_GROWSUP) { in PRE()3847 ARG3 &= ~VKI_PROT_GROWSUP; in PRE()