Searched refs:bm0_w (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_bitmap.c | 287 bm2->bm1.bm0_w[k] = ~(UWord)0; in DRD_() 294 bm0_set(bm2->bm1.bm0_w, b0); in DRD_() 464 if (bm0_is_set(p1->bm0_w, b0)) in DRD_() 523 if (bm0_is_set(p1->bm0_r, b0) | bm0_is_set(p1->bm0_w, b0)) in DRD_() 551 p0 = (access_type == eLoad) ? p1->bm0_r : p1->bm0_w; in DRD_() 600 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_() 616 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_() 626 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_() 761 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_() 780 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_() [all …]
|
D | drd_bitmap.h | 227 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()
|