Lines Matching defs:vma_modifier_info
91 struct vma_modifier_info { struct
92 int vma_count;
93 void *addr;
94 int prot;
95 void *next_addr;
96 vma_modifier_op vma_modify;
97 vma_modifier_op vma_restore;
98 vma_mod_result_check_op vma_mod_check;
99 pthread_mutex_t sync_lock;
100 pthread_cond_t sync_cond;
101 enum test_state curr_state;
102 bool exit;
103 void *child_mapped_addr[];