Searched defs:TRACE_INFO (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.c78 #define TRACE_INFO(...) macro
101 static void TRACE_INFO(const char* format, ...) function
531 TRACE_INFO("Processing configuration file '%s'", pConfigFilename);
H A Ddelegation_client.c239 static MD_INLINE void TRACE_INFO(const char* format, ...) function
286 static MD_INLINE void TRACE_INFO(const char* format, ...) function
349 static MD_INLINE void TRACE_INFO(const char* format, ...) function
656 TRACE_INFO(">Partition %1X: read sector 0x%08X into workspace at offset 0x%08X",
700 TRACE_INFO(">Partition %1X: write sector 0x%X from workspace at offset 0x%X",
1011 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError);
1017 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d pSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nPartitionSize, nError);
1040 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError);
1059 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError);
1064 TRACE_INFO("INSTRUCTIO
[all...]
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c97 #define TRACE_INFO(...) macro
119 static void TRACE_INFO(const char* format, ...) function
164 TRACE_INFO("scxExchangeMessage[0x%X]\n",pContext);
240 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
362 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout);
373 TRACE_INFO("GetTimeLimit %ld\n",nTimeLimit);
445 TRACE_INFO("TEEC_FinalizeContext[0x%X]", pContext);
517 TRACE_INFO("TEEC_RegisterSharedMemory0 (%p, %p)",context, sharedMem);
548 TRACE_INFO("TEEC_RegisterSharedMemory (%p)",context);
561 TRACE_INFO("TEEC_AllocateSharedMemor
[all...]

Completed in 59 milliseconds