Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/
H A Dcaam_sm.c33 SM_TRACE("Pages %u to %u or partition %u are out of bounds", in caam_sm_alloc()
43 SM_TRACE("Partition %u not available", page_desc->partition); in caam_sm_alloc()
54 SM_TRACE("Error allocation Pages %u to %u into partition %u", in caam_sm_alloc()
72 SM_TRACE("Partition %u Pages %u to %u allocated @0x%" PRIxVA in caam_sm_alloc()
85 SM_TRACE("Free Secure Memory pages %u to %u from partition %u", in caam_sm_free()
98 SM_TRACE("Partition %u not owned by used JR", in caam_sm_free()
105 SM_TRACE("De-alloc pages %u to %u error 0x%" PRIx32, in caam_sm_free()
115 SM_TRACE("De-alloc partition %u error 0x%" PRIx32, in caam_sm_free()
136 SM_TRACE("Partition %d not owned by current JR", in caam_sm_set_access_perm()
181 SM_TRACE("Secure Memory Base address = 0x%" PRIxVA, in caam_sm_init()
[all …]
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h353 #define SM_TRACE DRV_TRACE macro
355 #define SM_TRACE(...) macro