Lines Matching refs:sbo
111 * @sbo: the result
115 * into @sbo.
117 * Return 0 on success and @sbo->bo and @sbo->va are set,
125 struct sec_amdgpu_bo *sbo)
136 &sbo->bo,
138 &sbo->va);
141 static void amdgpu_bo_unmap_free(struct sec_amdgpu_bo *sbo,
144 (void) amdgpu_bo_unmap_and_free(sbo->bo,
145 sbo->va,
146 sbo->va->address,
148 sbo->bo = NULL;
149 sbo->va = NULL;