OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sInstructions
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
127
uint32_t
sInstructions
[ECHANGE_BUFFER_INSTRUCTIONS_NB];
1002
uint32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->
sInstructions
);
1014
pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER,
sInstructions
);
1015
pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->
sInstructions
);
1053
pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->
sInstructions
[nInstructionsIndex/4]);
[
all
...]
/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 66 milliseconds