Searched refs:bm0_r (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_bitmap.c | 176 bm2->bm1.bm0_r[k] = ~(UWord)0; in DRD_() 183 bm0_set(bm2->bm1.bm0_r, b0); in DRD_() 374 if (bm0_is_set(p1->bm0_r, b0)) in DRD_() 486 if (bm0_is_set(p1->bm0_r, b0) | bm0_is_set(p1->bm0_w, b0)) in DRD_() 514 p0 = (access_type == eLoad) ? p1->bm0_r : p1->bm0_w; in DRD_() 562 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_() 578 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_() 588 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_() 642 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_() 661 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_() [all …]
|
D | drd_bitmap.h | 225 UWord bm0_r[BITMAP1_UWORD_COUNT]; member 668 bm0_set_range(bm2->bm1.bm0_r, in bm_access_aligned_load() 719 if (bm0_is_any_set(bm2->bm1.bm0_r, address_lsb(a), SCALED_SIZE(size)) in bm_aligned_store_has_conflict_with()
|