Lines Matching refs:handler
79 specific handler for each SMC call, but it is expected that an individual
80 handler will be responsible for all SMC Functions within a given service type.
96 initialization and call handler functions.
116 - ``_smch`` is the SMC handler function with the ``rt_svc_handle`` signature:
160 SMC Function call via the handler function.
170 will not be passed to the service handler and instead return the *Unknown SMC
184 handler function (``_smch`` in the service declaration). This function must have
196 The handler is responsible for:
207 the framework will forward all calls to the service handler.
230 handler. This can be done by truncating the values to a suitable 32-bit
254 return value and complete the handler:
280 The ``cookie`` parameter to the handler is reserved for future use and can be
281 ignored. The ``handle`` is returned by the SMC handler - completion of the
282 handler function must always be via one of the ``SMC_RETn()`` macros.