Searched refs:SMC_OK (Results 1 – 7 of 7) sorted by relevance
/tf-a-ffa_el3_spmc/lib/debugfs/ |
A D | debugfs_smc.c | 111 smc_ret = SMC_OK; in debugfs_smc_handler() 118 smc_ret = SMC_OK; in debugfs_smc_handler() 127 smc_ret = SMC_OK; in debugfs_smc_handler() 135 smc_ret = SMC_OK; in debugfs_smc_handler() 143 smc_ret = SMC_OK; in debugfs_smc_handler() 151 smc_ret = SMC_OK; in debugfs_smc_handler() 159 smc_ret = SMC_OK; in debugfs_smc_handler() 167 smc_ret = SMC_OK; in debugfs_smc_handler() 177 smc_ret = SMC_OK; in debugfs_smc_handler()
|
/tf-a-ffa_el3_spmc/plat/nxp/common/sip_svc/ |
A D | sip_svc.c | 97 SMC_RET2(handle, SMC_OK, ret); in nxp_sip_handler() 109 if (ret == SMC_OK) { in nxp_sip_handler() 110 SMC_RET1(handle, SMC_OK); in nxp_sip_handler() 120 SMC_RET2(handle, SMC_OK, in nxp_sip_handler() 125 SMC_RET3(handle, SMC_OK, in nxp_sip_handler() 133 if (ret == SMC_OK) { in nxp_sip_handler() 134 SMC_RET1(handle, SMC_OK); in nxp_sip_handler() 148 SMC_RET2(handle, SMC_OK, ret); in nxp_sip_handler()
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | arm-sip-service.rst | 140 SMC_OK 0 179 int32_t w0 == SMC_OK on success 217 int32_t w0 == SMC_OK on success 245 int32_t w0 == SMC_OK on success 276 int32_t w0 == SMC_OK on success 315 int32_t w0 == SMC_OK on success 340 int32_t w0 == SMC_OK on success 366 int32_t w0 == SMC_OK on success 394 int32_t w0 == SMC_OK on success 419 int32_t w0 == SMC_OK on success
|
A D | exception-handling.rst | 477 #. Secure world completes the request, and the caller would find ``SMC_OK`` 485 however, is not standardised (unlike ``SMC_UNKNOWN`` or ``SMC_OK``, for
|
/tf-a-ffa_el3_spmc/include/lib/ |
A D | smccc.h | 101 #define SMC_OK ULL(0) macro
|
/tf-a-ffa_el3_spmc/plat/imx/common/ |
A D | imx_sip_handler.c | 109 return SMC_OK; in imx_wakeup_src_handler()
|
/tf-a-ffa_el3_spmc/services/spd/tspd/ |
A D | tspd_main.c | 705 SMC_RET1(handle, SMC_OK); in tspd_smc_handler()
|
Completed in 10 milliseconds