Home
last modified time | relevance | path

Searched refs:jump_cmd (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/caam/
Ddesc_constr.h193 static inline void set_jump_tgt_here(u32 * const desc, u32 *jump_cmd) in APPEND_CMD_RET()
195 *jump_cmd = cpu_to_caam32(caam32_to_cpu(*jump_cmd) | in APPEND_CMD_RET()
196 (desc_len(desc) - (jump_cmd - desc))); in APPEND_CMD_RET()
Dcaamalg_desc.c25 u32 *jump_cmd, *uncond_jump_cmd; in append_dec_op1() local
34 jump_cmd = append_jump(desc, JUMP_TEST_ALL | JUMP_COND_SHRD); in append_dec_op1()
38 set_jump_tgt_here(desc, jump_cmd); in append_dec_op1()
140 u32 *key_jump_cmd, *read_move_cmd, *write_move_cmd, *jump_cmd; in cnstr_shdsc_aead_null_decap() local
192 jump_cmd = append_jump(desc, JUMP_TEST_ALL); in cnstr_shdsc_aead_null_decap()
193 set_jump_tgt_here(desc, jump_cmd); in cnstr_shdsc_aead_null_decap()
Dctrl.c46 u32 *jump_cmd, op_flags; in build_instantiation_desc() local
62 jump_cmd = append_jump(desc, JUMP_CLASS_CLASS1); in build_instantiation_desc()
63 set_jump_tgt_here(desc, jump_cmd); in build_instantiation_desc()