Searched defs:shared_memory (Results 1 – 9 of 9) sorted by relevance
| /trusted-services/components/rpc/common/caller/ |
| A D | rpc_caller.c | 37 struct rpc_caller_shared_memory *shared_memory) in rpc_caller_create_shared_memory() 46 struct rpc_caller_shared_memory *shared_memory) in rpc_caller_release_shared_memory() 55 struct rpc_caller_shared_memory *shared_memory, size_t request_length, in rpc_caller_call()
|
| A D | rpc_caller_session.h | 39 struct rpc_caller_shared_memory shared_memory; member
|
| /trusted-services/components/rpc/dummy/ |
| A D | dummy_caller.c | 43 struct rpc_caller_shared_memory *shared_memory) in create_shared_memory() 60 struct rpc_caller_shared_memory *shared_memory) in release_shared_memory() 77 struct rpc_caller_shared_memory *shared_memory, size_t request_length, in call()
|
| /trusted-services/components/rpc/direct/ |
| A D | direct_caller.c | 57 struct rpc_caller_shared_memory *shared_memory) in create_shared_memory() 67 struct rpc_caller_shared_memory *shared_memory) in release_shared_memory() 75 struct rpc_caller_shared_memory *shared_memory, size_t request_length, in call()
|
| /trusted-services/components/rpc/rse_comms/caller/sp/ |
| A D | rse_comms_caller.c | 36 struct rpc_caller_shared_memory *shared_memory) in create_shared_memory() 41 rpc_status_t release_shared_memory(void *context, struct rpc_caller_shared_memory *shared_memory) in release_shared_memory() 46 rpc_status_t call(void *context, uint16_t opcode, struct rpc_caller_shared_memory *shared_memory, in call()
|
| /trusted-services/components/rpc/psa_ipc/caller/sp/ |
| A D | psa_ipc_caller.c | 36 struct rpc_caller_shared_memory *shared_memory) in create_shared_memory() 41 rpc_status_t release_shared_memory(void *context, struct rpc_caller_shared_memory *shared_memory) in release_shared_memory() 46 rpc_status_t call(void *context, uint16_t opcode, struct rpc_caller_shared_memory *shared_memory, in call()
|
| /trusted-services/components/rpc/mm_communicate/caller/linux/ |
| A D | mm_communicate_caller.c | 184 const struct rpc_caller_shared_memory *shared_memory) in is_valid_shared_memory() 202 struct rpc_caller_shared_memory *shared_memory) in create_shared_memory() 247 struct rpc_caller_shared_memory *shared_memory) in release_shared_memory() 271 struct rpc_caller_shared_memory *shared_memory, size_t request_length, in call()
|
| /trusted-services/components/rpc/ts_rpc/caller/linux/ |
| A D | ts_rpc_caller_linux.c | 147 struct rpc_caller_shared_memory *shared_memory) in create_shared_memory() 181 rpc_status_t release_shared_memory(void *context, struct rpc_caller_shared_memory *shared_memory) in release_shared_memory() 200 struct rpc_caller_shared_memory *shared_memory, size_t request_length, in call()
|
| /trusted-services/components/rpc/ts_rpc/caller/sp/ |
| A D | ts_rpc_caller_sp.c | 174 struct rpc_caller_shared_memory *shared_memory) in create_shared_memory() 289 rpc_status_t release_shared_memory(void *context, struct rpc_caller_shared_memory *shared_memory) in release_shared_memory() 358 rpc_status_t call(void *context, uint16_t opcode, struct rpc_caller_shared_memory *shared_memory, in call()
|
Completed in 31 milliseconds