Home
last modified time | relevance | path

Searched refs:insgt (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_sgt.c30 void caam_sgt_cache_op(enum utee_cache_operation op, struct caamsgtbuf *insgt, in caam_sgt_cache_op() argument
37 caam_sgt_entries_cache_clean(insgt); in caam_sgt_cache_op()
39 SGT_TRACE("SGT @%p %d entries", insgt, insgt->number); in caam_sgt_cache_op()
40 for (idx = 0; idx < insgt->number && rem_length; idx++) { in caam_sgt_cache_op()
41 op_size = MIN(rem_length, insgt->buf[idx].length); in caam_sgt_cache_op()
42 if (!insgt->buf[idx].nocache) in caam_sgt_cache_op()
43 cache_operation(op, (void *)insgt->buf[idx].data, in caam_sgt_cache_op()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_utils_sgt.h90 void caam_sgt_cache_op(enum utee_cache_operation op, struct caamsgtbuf *insgt,