| /trusted-services/components/rpc/dummy/ |
| A D | dummy_caller.c | 76 static rpc_status_t call(void *context, uint16_t opcode, in call() function 114 rpc_caller->call = call; in dummy_caller_init()
|
| /trusted-services/components/rpc/direct/ |
| A D | direct_caller.c | 74 static rpc_status_t call(void *context, uint16_t opcode, in call() function 121 caller->call = call; in direct_caller_init()
|
| /trusted-services/components/rpc/rse_comms/caller/sp/ |
| A D | rse_comms_caller.c | 46 rpc_status_t call(void *context, uint16_t opcode, struct rpc_caller_shared_memory *shared_memory, in call() function 98 rpc_caller->call = call; in rse_comms_caller_init()
|
| /trusted-services/docs/developer/ |
| A D | service-access-protocols.rst | 30 …requesting a buffer for the call parameters, for invoking the call and for releasing the response … 34 it when the call ends (``end()``). 38 releasing shared memories and doing the actual call. 46 …receives the call from the client, it finds the matching service and forwards the serialized call … 162 * - Service call request 172 * - Service call response 193 Requests the endpoint to do an ``FFA_MEM_RELINQUISH`` call using the forwarded FF-A memory handle. 201 * **Service call** 207 …It is allowed to do a limited service call without shared memory, i.e. doorbell call. In this case… 233 Example TS RPC call [all …]
|
| A D | docs-build.rst | 82 an internal wrapper will be used to call plantuml.
|
| A D | project-structure.rst | 113 …es the startup file so all the necessary initialization steps are done before the ``sp_main`` call.
|
| A D | service-locator.rst | 89 …service instance. For example, a service provider may expose multiple RPC call endpoints to handle
|
| /trusted-services/components/rpc/psa_ipc/caller/sp/ |
| A D | psa_ipc_caller.c | 46 rpc_status_t call(void *context, uint16_t opcode, struct rpc_caller_shared_memory *shared_memory, in call() function 92 rpc_caller->call = call; in psa_ipc_caller_init()
|
| /trusted-services/docs/developer/uml/ |
| A D | RpcSessionClassDiagram.puml | 11 {abstract}int call(opcode, param_buf, result_buf)
|
| A D | TSRPCCall.puml | 8 @startuml TS RPC call sequence 66 rpc_session -> rpc_caller: call(opcode, shared_memory, request_length)
|
| /trusted-services/docs/services/fwu/ |
| A D | psa-fwu-m.rst | 41 * Gathering per image based calls and then make the actual call to the M class side when the operat… 56 …s can only write images in staging state. In order to switch to staging state, the client must call 95 calls on the image handle. The open call can open an image for either write or read operations but … 98 There is no actual call made to the M class side on opening a image. 114 This call is only implemented for the image directory which returns the available image list as spe… 121 The commit call closes the image handle. The client can also mark the image as accepted on commit a… 124 There is no actual call made to the M class side on comiting an image. 147 (``deee58d9-5147-4ad3-a290-77666e2341a5``). On image directory read, the agent will call ``psa_fwu_…
|
| A D | fwu-service-description.rst | 123 client making the ``fwu_begin_staging`` ABI call. This is followed a set of one or more install 344 RPC interface that accepts call requests, de-serializes call parameters and calls the corresponding 346 Agent runs within an SP, the fwu_provider receives call requests, made via FF-A, and returns respon… 507 - An fwu_client that makes RPC call requests to invoke Update Agent operations. Call
|
| /trusted-services/components/rpc/common/caller/ |
| A D | rpc_caller.c | 61 return caller->call(caller->context, opcode, shared_memory, request_length, in rpc_caller_call()
|
| A D | rpc_caller.h | 52 rpc_status_t (*call)(void *context, uint16_t opcode, member
|
| /trusted-services/components/rpc/ts_rpc/caller/linux/ |
| A D | ts_rpc_caller_linux.c | 199 static rpc_status_t call(void *context, uint16_t opcode, in call() function 294 rpc_caller->call = call; in ts_rpc_caller_linux_init()
|
| /trusted-services/docs/uml/ |
| A D | libsp_functions.puml | 11 .. SVC call ..
|
| /trusted-services/external/nanopb/ |
| A D | 0001-Fix-race-condition-in-directory-creation.patch | 10 Allow existing directory on makedirs call to prevent this issue.
|
| /trusted-services/components/rpc/mm_communicate/caller/linux/ |
| A D | mm_communicate_caller.c | 270 static rpc_status_t call(void *context, uint16_t opcode, in call() function 404 rpc_caller->call = call; in mm_communicate_caller_init()
|
| /trusted-services/protocols/test_api/ |
| A D | fw-test-api.yaml | 50 /services/{servicename}/call/{opcode}:
|
| /trusted-services/docs/environments/secure-partitions/ |
| A D | libsp.rst | 67 a C API. This low level API gives full control of the FF-A call parameters. 87 an interrupt that is meant to be handled by the SP. All these functions call a 117 invoking the suitable FF-A call.
|
| /trusted-services/docs/services/ |
| A D | crypto-service-description.rst | 38 Implements the set of handlers that map incoming RPC call requests to PSA Crypto API 44 Incoming call request parameters are de-serialized and response parameters serialized
|
| A D | attest-service-description.rst | 151 … source, a boot_seed_generator may be used in a deployment. On the first call to get_claim(), a r… 199 an IAK, factory provisioning software should call the *export_iak_public_key* operation. 212 may only be called once. An attempt to call it again will be rejected.:
|
| A D | block-storage-service-description.rst | 74 concrete *block_store* should return success for a call to erase but perform no actual
|
| /trusted-services/components/rpc/ts_rpc/caller/sp/ |
| A D | ts_rpc_caller_sp.c | 358 rpc_status_t call(void *context, uint16_t opcode, struct rpc_caller_shared_memory *shared_memory, in call() function 507 rpc_caller->call = call; in ts_rpc_caller_sp_init()
|
| /trusted-services/docs/project/ |
| A D | change-log.rst | 127 - FF-A v1.2 FFA_CONSOLE_LOG call. This allows SPs to emit log messages in an SPMC agonistic way.
|