Searched refs:instance_id (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | socket.c | 20 static TEE_Result socket_open(uint32_t instance_id, uint32_t param_types, in socket_open() argument 49 tpm[0] = THREAD_PARAM_VALUE(IN, OPTEE_RPC_SOCKET_OPEN, instance_id, 0); in socket_open() 64 static TEE_Result socket_close(uint32_t instance_id, uint32_t param_types, in socket_close() argument 79 tpm = THREAD_PARAM_VALUE(IN, OPTEE_RPC_SOCKET_CLOSE, instance_id, in socket_close() 85 static TEE_Result socket_send(uint32_t instance_id, uint32_t param_types, in socket_send() argument 114 tpm[0] = THREAD_PARAM_VALUE(IN, OPTEE_RPC_SOCKET_SEND, instance_id, in socket_send() 126 static TEE_Result socket_recv(uint32_t instance_id, uint32_t param_types, in socket_recv() argument 152 tpm[0] = THREAD_PARAM_VALUE(IN, OPTEE_RPC_SOCKET_RECV, instance_id, in socket_recv() 173 static TEE_Result socket_ioctl(uint32_t instance_id, uint32_t param_types, in socket_ioctl() argument 202 tpm[0] = THREAD_PARAM_VALUE(IN, OPTEE_RPC_SOCKET_IOCTL, instance_id, in socket_ioctl() [all …]
|