Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c379 static DELEGATION_EXCHANGE_BUFFER * g_pExchangeBuffer; variable
877 …memset(&g_pExchangeBuffer->sAdministrativeData, 0x00, sizeof(g_pExchangeBuffer->sAdministrativeDat… in runSession()
884 …uint32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions… in runSession()
893 pOperation->params[0].memref.size = sizeof(g_pExchangeBuffer->sAdministrativeData); in runSession()
897 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions); in runSession()
924 g_pExchangeBuffer->sAdministrativeData.nSyncExecuted = 0; in runSession()
925 …memset(g_pExchangeBuffer->sAdministrativeData.nPartitionErrorStates, 0x00, sizeof(g_pExchangeBuffe… in runSession()
926 …memset(g_pExchangeBuffer->sAdministrativeData.nPartitionOpenSizes, 0x00, sizeof(g_pExchangeBuffer-… in runSession()
935 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()
1003 … if (g_pExchangeBuffer->sAdministrativeData.nPartitionErrorStates[nPartitionID] == S_SUCCESS) in runSession()
[all …]
/hardware/ti/omap4-aah/security/tf_daemon/
Ddelegation_client.c422 static DELEGATION_EXCHANGE_BUFFER * g_pExchangeBuffer; variable
995 …memset(&g_pExchangeBuffer->sAdministrativeData, 0x00, sizeof(g_pExchangeBuffer->sAdministrativeDat… in runSession()
1002 …uint32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions… in runSession()
1011 pOperation->params[0].memref.size = sizeof(g_pExchangeBuffer->sAdministrativeData); in runSession()
1015 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions); in runSession()
1042 g_pExchangeBuffer->sAdministrativeData.nSyncExecuted = 0; in runSession()
1043 …memset(g_pExchangeBuffer->sAdministrativeData.nPartitionErrorStates, 0x00, sizeof(g_pExchangeBuffe… in runSession()
1044 …memset(g_pExchangeBuffer->sAdministrativeData.nPartitionOpenSizes, 0x00, sizeof(g_pExchangeBuffer-… in runSession()
1053 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()
1121 … if (g_pExchangeBuffer->sAdministrativeData.nPartitionErrorStates[nPartitionID] == S_SUCCESS) in runSession()
[all …]