Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/
H A Dcaam_jr.c105 JR_TRACE("Private Data allocation error"); in do_jr_alloc()
122 JR_TRACE("JR resources allocation error"); in do_jr_alloc()
161 JR_TRACE("Disable the interrupt"); in caam_jr_irqhandler()
244 JR_TRACE("JR id=%" PRId32 in do_jr_dequeue()
252 JR_TRACE("Free space #%" PRId16 in do_jr_dequeue()
330 JR_TRACE("Found a space #%" PRId8 in do_jr_enqueue()
348 JR_TRACE("Error didn't find a free space in the callers array"); in do_jr_enqueue()
352 JR_TRACE("Push id=%" PRId16 ", job (0x%08" PRIx32 in do_jr_enqueue()
404 JR_TRACE("Job cancel 0x%" PRIx32, job_id); in caam_jr_cancel()
463 JR_TRACE("Job Callback not defined whereas asynchronous"); in caam_jr_enqueue()
[all …]
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h85 #define JR_TRACE DRV_TRACE macro
89 JR_TRACE("Descriptor"); \
96 #define JR_TRACE(...) macro