Lines Matching refs:handler
76 specific handler for each SMC call, but it is expected that an individual
77 handler will be responsible for all SMC Functions within a given service type.
93 initialization and call handler functions.
113 - ``_smch`` is the SMC handler function with the ``rt_svc_handle`` signature:
157 SMC Function call via the handler function.
167 will not be passed to the service handler and instead return the *Unknown SMC
181 handler function (``_smch`` in the service declaration). This function must have
193 The handler is responsible for:
204 the framework will forward all calls to the service handler.
227 handler. This can be done by truncating the values to a suitable 32-bit
251 return value and complete the handler:
277 The ``cookie`` parameter to the handler is reserved for future use and can be
278 ignored. The ``handle`` is returned by the SMC handler - completion of the
279 handler function must always be via one of the ``SMC_RETn()`` macros.