Searched refs:target_array (Results 1 – 5 of 5) sorted by relevance
27 static char target_array[BITS_BY_READ * TARGET_SIZE]; variable35 _mm_clflush(&target_array[i * TARGET_SIZE]); in clflush_target()65 : [target] "r" (target_array), in speculate()90 : [target] "r" (target_array), in speculate()156 addr = &target_array[i * TARGET_SIZE]; in check()227 cached += get_access_time(target_array); in set_cache_hit_threshold()230 cached += get_access_time(target_array); in set_cache_hit_threshold()233 _mm_clflush(target_array); in set_cache_hit_threshold()234 uncached += get_access_time(target_array); in set_cache_hit_threshold()303 memset(target_array, 1, sizeof(target_array)); in setup()
68 def set_targets(self, target_array): argument69 self.targets = target_array
104 def set_targets(self, target_array): argument105 self.targets = target_array