Home
last modified time | relevance | path

Searched refs:bm0_w (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/drd/
Ddrd_bitmap.c285 bm2->bm1.bm0_w[k] = ~(UWord)0; in DRD_()
292 bm0_set(bm2->bm1.bm0_w, b0); in DRD_()
462 if (bm0_is_set(p1->bm0_w, b0)) in DRD_()
521 if (bm0_is_set(p1->bm0_r, b0) | bm0_is_set(p1->bm0_w, b0)) in DRD_()
549 p0 = (access_type == eLoad) ? p1->bm0_r : p1->bm0_w; in DRD_()
598 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
614 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
624 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
759 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
778 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
[all …]
Ddrd_bitmap.h227 UWord bm0_w[BITMAP1_UWORD_COUNT]; member
685 bm0_set_range(bm2->bm1.bm0_w, in bm_access_aligned_store()
702 && bm0_is_any_set(bm2->bm1.bm0_w, in bm_aligned_load_has_conflict_with()
721 | bm0_is_any_set(bm2->bm1.bm0_w, address_lsb(a), SCALED_SIZE(size))) in bm_aligned_store_has_conflict_with()