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