Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c123 uint32_t sInstructions[ECHANGE_BUFFER_INSTRUCTIONS_NB]; member
884 …int32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions); in runSession()
896 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()
897 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions); in runSession()
935 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()
/hardware/ti/omap4-aah/security/tf_daemon/
Ddelegation_client.c127 uint32_t sInstructions[ECHANGE_BUFFER_INSTRUCTIONS_NB]; member
1002 …int32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions); in runSession()
1014 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()
1015 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions); in runSession()
1053 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()