Home
last modified time | relevance | path

Searched refs:bm_access_aligned_store (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/drd/
Ddrd_thread_bitmap.h124 bm_access_aligned_store(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), a1, 2); in bm_access_store_2_triggers_conflict()
142 bm_access_aligned_store(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), a1, 4); in bm_access_store_4_triggers_conflict()
160 bm_access_aligned_store(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), a1, 8); in bm_access_store_8_triggers_conflict()
166 bm_access_aligned_store(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), in bm_access_store_8_triggers_conflict()
168 bm_access_aligned_store(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), in bm_access_store_8_triggers_conflict()
Ddrd_bitmap.c302 bm_access_aligned_store(bm, a1, 1); in DRD_()
308 bm_access_aligned_store(bm, a1, 2); in DRD_()
316 bm_access_aligned_store(bm, a1, 4); in DRD_()
324 bm_access_aligned_store(bm, a1, 8); in DRD_()
327 bm_access_aligned_store(bm, a1 + 0, 4); in DRD_()
328 bm_access_aligned_store(bm, a1 + 4, 4); in DRD_()
Ddrd_bitmap.h674 void bm_access_aligned_store(struct bitmap* const bm, in bm_access_aligned_store() function