OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sinstructions
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
123
uint32_t
sInstructions
[ECHANGE_BUFFER_INSTRUCTIONS_NB];
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]);
[
all
...]
Completed in 80 milliseconds