Searched refs:jump_cmd (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/crypto/caam/ |
D | desc_constr.h | 169 static inline void set_jump_tgt_here(u32 *desc, u32 *jump_cmd) in APPEND_CMD_RET() 171 *jump_cmd = *jump_cmd | (desc_len(desc) - (jump_cmd - desc)); in APPEND_CMD_RET()
|
D | ctrl.c | 24 u32 *jump_cmd, op_flags; in build_instantiation_desc() local 40 jump_cmd = append_jump(desc, JUMP_CLASS_CLASS1); in build_instantiation_desc() 41 set_jump_tgt_here(desc, jump_cmd); in build_instantiation_desc()
|
D | caamalg.c | 116 u32 *jump_cmd, *uncond_jump_cmd; in append_dec_op1() local 125 jump_cmd = append_jump(desc, JUMP_TEST_ALL | JUMP_COND_SHRD); in append_dec_op1() 129 set_jump_tgt_here(desc, jump_cmd); in append_dec_op1() 265 u32 *key_jump_cmd, *jump_cmd, *read_move_cmd, *write_move_cmd; in aead_null_set_sh_desc() local 419 jump_cmd = append_jump(desc, JUMP_TEST_ALL); in aead_null_set_sh_desc() 420 set_jump_tgt_here(desc, jump_cmd); in aead_null_set_sh_desc()
|