Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_mem.c45 MEM_TRACE("alloc %zu bytes of type %" PRIu8, size, type); in mem_alloc()
63 MEM_TRACE("alloc Error - NULL"); in mem_alloc()
70 MEM_TRACE("alloc returned %p", ptr); in mem_alloc()
82 MEM_TRACE("free %p", ptr); in mem_free()
212 MEM_TRACE("Allocation Block buffer error"); in caam_cpy_block_src()
218 MEM_TRACE("Current buffer is %zu (%zu) bytes", block->filled, in caam_cpy_block_src()
249 MEM_TRACE("Allocation buffer error"); in caam_cpy_buf()
276 MEM_TRACE("Get PA Areas of %p-%zu (out %p)", buf->data, buf->length, in caam_mem_get_pa_area()
297 MEM_TRACE("Allocate max %d Physical Areas", nb_pa_area); in caam_mem_get_pa_area()
315 MEM_TRACE("Add %d PA 0x%" PRIxPA " VA 0x%" PRIxVA, nb_pa_area, in caam_mem_get_pa_area()
[all …]
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h64 #define MEM_TRACE DRV_TRACE macro
66 #define MEM_TRACE(...) macro