Searched refs:_smch (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/common/ |
D | runtime_svc.h | 72 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) \ argument 80 .handle = _smch }
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | rt-svc-writers-guide.rst | 105 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) 121 - ``_smch`` is the SMC handler function with the ``rt_svc_handle`` signature: 141 #. ``_setup`` and ``_smch`` routines have been specified 189 handler function (``_smch`` in the service declaration). This function must have
|