Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 27) sorted by relevance

12

/trusted-services/components/rpc/dummy/
A Ddummy_caller.c76 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 Ddirect_caller.c74 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 Drse_comms_caller.c46 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 Dservice-access-protocols.rst30 …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 Ddocs-build.rst82 an internal wrapper will be used to call plantuml.
A Dproject-structure.rst113 …es the startup file so all the necessary initialization steps are done before the ``sp_main`` call.
A Dservice-locator.rst89 …service instance. For example, a service provider may expose multiple RPC call endpoints to handle
/trusted-services/components/rpc/psa_ipc/caller/sp/
A Dpsa_ipc_caller.c46 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 DRpcSessionClassDiagram.puml11 {abstract}int call(opcode, param_buf, result_buf)
A DTSRPCCall.puml8 @startuml TS RPC call sequence
66 rpc_session -> rpc_caller: call(opcode, shared_memory, request_length)
/trusted-services/docs/services/fwu/
A Dpsa-fwu-m.rst41 * 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 Dfwu-service-description.rst123 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 Drpc_caller.c61 return caller->call(caller->context, opcode, shared_memory, request_length, in rpc_caller_call()
A Drpc_caller.h52 rpc_status_t (*call)(void *context, uint16_t opcode, member
/trusted-services/components/rpc/ts_rpc/caller/linux/
A Dts_rpc_caller_linux.c199 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 Dlibsp_functions.puml11 .. SVC call ..
/trusted-services/external/nanopb/
A D0001-Fix-race-condition-in-directory-creation.patch10 Allow existing directory on makedirs call to prevent this issue.
/trusted-services/components/rpc/mm_communicate/caller/linux/
A Dmm_communicate_caller.c270 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 Dfw-test-api.yaml50 /services/{servicename}/call/{opcode}:
/trusted-services/docs/environments/secure-partitions/
A Dlibsp.rst67 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 Dcrypto-service-description.rst38 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 Dattest-service-description.rst151 … 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 Dblock-storage-service-description.rst74 concrete *block_store* should return success for a call to erase but perform no actual
/trusted-services/components/rpc/ts_rpc/caller/sp/
A Dts_rpc_caller_sp.c358 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 Dchange-log.rst127 - FF-A v1.2 FFA_CONSOLE_LOG call. This allows SPs to emit log messages in an SPMC agonistic way.

Completed in 64 milliseconds

12