Searched refs:nInstructionID (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | service_delegation_protocol.h | 79 uint32_t nInstructionID; member 84 uint32_t nInstructionID; member 92 uint32_t nInstructionID; member 100 uint32_t nInstructionID; member 114 uint32_t nInstructionID; member
|
D | delegation_client.c | 1052 uint32_t nInstructionID; in runSession() local 1056 nInstructionID = pInstruction->sGeneric.nInstructionID; in runSession() 1063 if ((nInstructionID & 0x0F) == 0) in runSession() 1066 switch (nInstructionID) in runSession() 1112 LogError("Unknown instruction identifier: %02X", nInstructionID); in runSession() 1120 uint32_t nPartitionID = (nInstructionID & 0xF0) >> 4; in runSession() 1125 switch (nInstructionID & 0x0F) in runSession() 1136 … TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError); in runSession() 1142 …TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d pSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID, n… in runSession() 1169 … TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError); in runSession() [all …]
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | service_delegation_protocol.h | 75 uint32_t nInstructionID; member 80 uint32_t nInstructionID; member 88 uint32_t nInstructionID; member 95 uint32_t nInstructionID; member
|
D | delegation_client.c | 934 uint32_t nInstructionID; in runSession() local 938 nInstructionID = pInstruction->sGeneric.nInstructionID; in runSession() 945 if ((nInstructionID & 0x0F) == 0) in runSession() 948 switch (nInstructionID) in runSession() 994 LogError("Unknown instruction identifier: %02X", nInstructionID); in runSession() 1002 uint32_t nPartitionID = (nInstructionID & 0xF0) >> 4; in runSession() 1007 switch (nInstructionID & 0x0F) in runSession() 1011 … TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError); in runSession() 1017 …TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d pSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID, n… in runSession() 1040 …TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitio… in runSession() [all …]
|