Lines Matching refs:function
13 the SMC Calling Convention PDD (`SMCCC`_). The `SMCCC`_ assigns function
107 - ``_setup`` is the initialization function with the ``rt_svc_init`` signature:
113 - ``_smch`` is the SMC handler function with the ``rt_svc_handle`` signature:
155 the service initialization function (``_setup`` in the declaration). This
156 function must carry out any essential EL3 initialization prior to receiving a
157 SMC Function call via the handler function.
159 On success, the initialization function must return ``0``. Any other return value
171 initialization function must itself cause the firmware boot to be halted.
181 handler function (``_smch`` in the service declaration). This function must have
202 #. Determining if the requested function is valid for the calling security
206 The ``flags`` parameter to this function indicates the caller security state
233 The latter can be retrieved using the ``SMC_GET_GP(handle, ref)`` function,
279 handler function must always be via one of the ``SMC_RETn()`` macros.