Lines Matching refs:target_array
28 static char target_array[BITS_BY_READ * TARGET_SIZE];
36 _mm_clflush(&target_array[i * TARGET_SIZE]);
66 : [target] "r" (target_array),
91 : [target] "r" (target_array),
157 addr = &target_array[i * TARGET_SIZE];
228 cached += get_access_time(target_array);
231 cached += get_access_time(target_array);
234 _mm_clflush(target_array);
235 uncached += get_access_time(target_array);
304 memset(target_array, 1, sizeof(target_array));