Home | History | Annotate | Download | only in tests

Lines Matching refs:bm_clear_load

204       DRD_(bm_clear_load)(bm1, i, j);
207 DRD_(bm_clear_load)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
210 DRD_(bm_clear_load)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
213 DRD_(bm_clear_load)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
216 DRD_(bm_clear_load)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
267 DRD_(bm_clear_load)(bm1, i, j);
270 DRD_(bm_clear_load)(bm1, i, i+1);
273 DRD_(bm_clear_load)(bm1, i, i+2);
276 DRD_(bm_clear_load)(bm1, i, i+4);
279 DRD_(bm_clear_load)(bm1, i, i+8);