Lines Matching refs:sb_ctx
265 struct command_ctx sb_ctx;
272 memset(&sb_ctx, 0, sizeof(sb_ctx));
273 sb_ctx.dev = device_handle;
274 res = amdgpu_cs_ctx_create(sb_ctx.dev, &sb_ctx.context);
289 sb_ctx.ring_id = res;
328 amdgpu_bo_lcopy(&sb_ctx, &bob, &alice, SECURE_BUFFER_SIZE, 1);
332 res = amdgpu_bo_move(&sb_ctx, bob.bo, AMDGPU_GEM_DOMAIN_GTT, 0);
341 amdgpu_bo_lcopy(&sb_ctx, &alice, &bob, SECURE_BUFFER_SIZE, 1);
361 res = amdgpu_cs_ctx_free(sb_ctx.context);