ttm_bo_move_ttm   532 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	r = ttm_bo_move_ttm(bo, ctx, new_mem);
ttm_bo_move_ttm   573 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	r = ttm_bo_move_ttm(bo, ctx, &tmp_mem);
ttm_bo_move_ttm  1261 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = ttm_bo_move_ttm(bo, &ctx, new_reg);
ttm_bo_move_ttm  1290 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = ttm_bo_move_ttm(bo, &ctx, &tmp_reg);
ttm_bo_move_ttm   295 drivers/gpu/drm/radeon/radeon_ttm.c 	r = ttm_bo_move_ttm(bo, &ctx, new_mem);
ttm_bo_move_ttm   326 drivers/gpu/drm/radeon/radeon_ttm.c 	r = ttm_bo_move_ttm(bo, &ctx, &tmp_mem);
ttm_bo_move_ttm   376 drivers/gpu/drm/ttm/ttm_bo.c 		ret = ttm_bo_move_ttm(bo, ctx, mem);
ttm_bo_move_ttm    92 drivers/gpu/drm/ttm/ttm_bo_util.c EXPORT_SYMBOL(ttm_bo_move_ttm);
ttm_bo_move_ttm   815 include/drm/ttm/ttm_bo_driver.h int ttm_bo_move_ttm(struct ttm_buffer_object *bo,