Home
last modified time | relevance | path

Searched refs:nocache (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_mem.c109 buf->nocache = 0; in mem_alloc_buf()
175 buf->nocache = 0; in caam_free_buf()
314 pabufs[nb_pa_area].nocache = buf->nocache; in caam_mem_get_pa_area()
344 pabufs[nb_pa_area].nocache = buf->nocache; in caam_mem_get_pa_area()
H A Dutils_dmaobj.c316 else if (!obj->sgtbuf.buf->nocache) in dmaobj_cache_operation()
417 newbuf.nocache = entry->origbuf.nocache; in check_buffer_alignment()
475 newbuf.nocache = entry->origbuf.nocache; in check_buffer_alignment()
570 if (priv->type & DMAOBJ_OUTPUT && !orig->nocache) { in check_buffer_boundary()
609 sgtbuf->nocache = dmabuf->buf.nocache; in entry_sgtbuf_dmabuf()
674 obj->orig.nocache = 1; in caam_dmaobj_init_input()
749 obj->orig.nocache = 1; in caam_dmaobj_init_output()
1050 newbuf.nocache = block->buf.nocache; in caam_dmaobj_add_first_block()
H A Dutils_sgt.c42 if (!insgt->buf[idx].nocache) in caam_sgt_cache_op()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_types.h20 uint8_t nocache; /* =1 if buffer is not cacheable, 0 otherwise */ member
/optee_os/core/drivers/crypto/caam/
H A Dcaam_key.c272 if (!key->buf.nocache) in caam_key_cache_op()