Searched refs:ectx (Results 1 – 3 of 3) sorted by relevance
1168 atom_exec_context ectx; in atom_execute_table_locked() local1181 ectx.ctx = ctx; in atom_execute_table_locked()1182 ectx.ps_shift = ps / 4; in atom_execute_table_locked()1183 ectx.start = base; in atom_execute_table_locked()1184 ectx.ps = params; in atom_execute_table_locked()1185 ectx.abort = false; in atom_execute_table_locked()1186 ectx.last_jump = 0; in atom_execute_table_locked()1188 ectx.ws = kzalloc(4 * ws, GFP_KERNEL); in atom_execute_table_locked()1190 ectx.ws = NULL; in atom_execute_table_locked()1199 if (ectx.abort) { in atom_execute_table_locked()[all …]
1203 atom_exec_context ectx; in amdgpu_atom_execute_table_locked() local1216 ectx.ctx = ctx; in amdgpu_atom_execute_table_locked()1217 ectx.ps_shift = ps / 4; in amdgpu_atom_execute_table_locked()1218 ectx.start = base; in amdgpu_atom_execute_table_locked()1219 ectx.ps = params; in amdgpu_atom_execute_table_locked()1220 ectx.abort = false; in amdgpu_atom_execute_table_locked()1221 ectx.last_jump = 0; in amdgpu_atom_execute_table_locked()1223 ectx.ws = kcalloc(4, ws, GFP_KERNEL); in amdgpu_atom_execute_table_locked()1225 ectx.ws = NULL; in amdgpu_atom_execute_table_locked()1234 if (ectx.abort) { in amdgpu_atom_execute_table_locked()[all …]
775 unsigned char *iv, EVP_CIPHER_CTX *ectx, HMAC_CTX *hctx, int enc);