Home | History | Annotate | Download | only in helgrind

Lines Matching refs:ga

599 static UWord stats__secmap_ga_space_covered = 0; // # ga bytes covered
782 static SecMap* shmem__find_SecMap ( Addr ga )
785 Addr gaKey = shmem__round_to_SecMap_base(ga);
920 static SecMap* shmem__find_or_alloc_SecMap ( Addr ga )
922 SecMap* sm = shmem__find_SecMap ( ga );
928 Addr gaKey = shmem__round_to_SecMap_base(ga);
1648 static void shmem__invalidate_scache_range (Addr ga, SizeT szB)
1652 /* ga must be on a cacheline boundary. */
1653 tl_assert (is_valid_scache_tag (ga));
1658 Word ga_ix = (ga >> N_LINE_BITS) & (N_WAY_NENT - 1);
1665 if (address_in_range(cache_shmem.tags0[ga_ix], ga, szB))
4431 /// The problem is that when a race is reported on a ga, we need to retrieve
4432 /// efficiently the accesses to ga by other threads, only using the ga.
4459 UWord ga; // hash_table key, == address for which we record an access.
4602 example.ga = a;
4611 tl_assert (ref->ga == a);
4634 ref->ga = a;
4695 if (cand_ref->ga != cand_a)
4767 if (cmp_nonempty_intervals(a, szB, ref->ga, ref_szB) == 0) {
4776 ref->ga,