Home | History | Annotate | Download | only in tests

Lines Matching refs:bm_clear_load

215       DRD_(bm_clear_load)(bm1, i, j);
218 DRD_(bm_clear_load)(bm1, i, i + MAX(1, ADDR_GRANULARITY));
221 DRD_(bm_clear_load)(bm1, i, i + MAX(2, ADDR_GRANULARITY));
224 DRD_(bm_clear_load)(bm1, i, i + MAX(4, ADDR_GRANULARITY));
227 DRD_(bm_clear_load)(bm1, i, i + MAX(8, ADDR_GRANULARITY));
278 DRD_(bm_clear_load)(bm1, i, j);
281 DRD_(bm_clear_load)(bm1, i, i+1);
284 DRD_(bm_clear_load)(bm1, i, i+2);
287 DRD_(bm_clear_load)(bm1, i, i+4);
290 DRD_(bm_clear_load)(bm1, i, i+8);