xe_bo_migrate
ret = xe_bo_migrate(bo, XE_PL_VRAM0, NULL, &exec);
err = xe_bo_migrate(bo, XE_PL_TT, ctx, exec);
int xe_bo_migrate(struct xe_bo *bo, u32 mem_type, struct ttm_operation_ctx *ctc,
r = xe_bo_migrate(bo, XE_PL_TT, NULL, exec);
ret = xe_bo_migrate(bo, XE_PL_TT, NULL, &exec);
ret = xe_bo_migrate(bo, XE_PL_TT, NULL, exec);
return need_vram_move ? xe_bo_migrate(bo, vram->placement, NULL, exec) :
err = xe_bo_migrate(xe_vma_bo(vma),