Home
last modified time | relevance | path

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

/external/valgrind/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.c300 bm_access_aligned_store(bm, a1, 1); in DRD_()
306 bm_access_aligned_store(bm, a1, 2); in DRD_()
314 bm_access_aligned_store(bm, a1, 4); in DRD_()
322 bm_access_aligned_store(bm, a1, 8); in DRD_()
325 bm_access_aligned_store(bm, a1 + 0, 4); in DRD_()
326 bm_access_aligned_store(bm, a1 + 4, 4); in DRD_()
Ddrd_bitmap.h676 void bm_access_aligned_store(struct bitmap* const bm, in bm_access_aligned_store() function