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

/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c123 uint32_t sInstructions[ECHANGE_BUFFER_INSTRUCTIONS_NB]; member in struct:__anon2250
884 uint32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions);
896 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions);
897 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions);
935 pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]);

Completed in 155 milliseconds