Home
last modified time | relevance | path

Searched refs:jump_cmd (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Ddesc_constr.h244 static inline void set_jump_tgt_here(u32 * const desc, u32 *jump_cmd) in set_jump_tgt_here() argument
246 *jump_cmd = cpu_to_caam32(caam32_to_cpu(*jump_cmd) | in set_jump_tgt_here()
247 (desc_len(desc) - (jump_cmd - desc))); in set_jump_tgt_here()
H A Dcaamalg_desc.c26 u32 *jump_cmd, *uncond_jump_cmd; in append_dec_op1() local
35 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()
138 u32 *key_jump_cmd, *read_move_cmd, *write_move_cmd, *jump_cmd; in cnstr_shdsc_aead_null_decap() local
190 jump_cmd = append_jump(desc, JUMP_TEST_ALL); in cnstr_shdsc_aead_null_decap()
191 set_jump_tgt_here(desc, jump_cmd); in cnstr_shdsc_aead_null_decap()
H A Dctrl.c36 u32 *jump_cmd, op_flags; in build_instantiation_desc() local
53 jump_cmd = append_jump(desc, JUMP_CLASS_CLASS1); in build_instantiation_desc()
54 set_jump_tgt_here(desc, jump_cmd); in build_instantiation_desc()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Ddesc_constr.h245 static inline void set_jump_tgt_here(u32 * const desc, u32 *jump_cmd) in set_jump_tgt_here() argument
247 *jump_cmd = cpu_to_caam32(caam32_to_cpu(*jump_cmd) | in set_jump_tgt_here()
248 (desc_len(desc) - (jump_cmd - desc))); in set_jump_tgt_here()
H A Dcaamalg_desc.c26 u32 *jump_cmd, *uncond_jump_cmd; in append_dec_op1() local
35 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()
138 u32 *key_jump_cmd, *read_move_cmd, *write_move_cmd, *jump_cmd; in cnstr_shdsc_aead_null_decap() local
190 jump_cmd = append_jump(desc, JUMP_TEST_ALL); in cnstr_shdsc_aead_null_decap()
191 set_jump_tgt_here(desc, jump_cmd); in cnstr_shdsc_aead_null_decap()
H A Dctrl.c37 u32 *jump_cmd, op_flags; in build_instantiation_desc() local
54 jump_cmd = append_jump(desc, JUMP_CLASS_CLASS1); in build_instantiation_desc()
55 set_jump_tgt_here(desc, jump_cmd); in build_instantiation_desc()

Completed in 9 milliseconds