Home
last modified time | relevance | path

Searched refs:smc_ret (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/services/std_svc/rmmd/trp/
H A Dtrp_main.c140 struct trp_smc_result *smc_ret) in trp_ret_rmi_version() argument
143 smc_ret->x[0] = RMI_ERROR_INPUT; in trp_ret_rmi_version()
145 smc_ret->x[0] = RMI_SUCCESS; in trp_ret_rmi_version()
149 smc_ret->x[1] = RMI_ABI_VERSION; in trp_ret_rmi_version()
150 smc_ret->x[2] = RMI_ABI_VERSION; in trp_ret_rmi_version()
157 struct trp_smc_result *smc_ret) in trp_asc_mark_realm() argument
160 smc_ret->x[0] = trp_smc(set_smc_args(RMM_GTSI_DELEGATE, x1, in trp_asc_mark_realm()
163 if (smc_ret->x[0] != 0ULL) { in trp_asc_mark_realm()
165 "failed 0x%llx\n", smc_ret->x[0]); in trp_asc_mark_realm()
173 struct trp_smc_result *smc_ret) in trp_asc_mark_nonsecure() argument
[all …]
/rk3399_ARM-atf/lib/debugfs/
H A Ddebugfs_smc.c71 int64_t smc_ret = DEBUGFS_E_INVALID_PARAMS, smc_resp = 0; in debugfs_smc_handler() local
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()
[all …]
/rk3399_ARM-atf/plat/mediatek/common/
H A Dmtk_smc_handlers.c69 x2, x3, x4, handle, &smc_ret); \
149 struct smccc_res smc_ret = {0}; in mtk_smc_handler_sel1() local
157 SMC_RET4(handle, ret, smc_ret.a1, smc_ret.a2, smc_ret.a3); in mtk_smc_handler_sel1()
171 struct smccc_res smc_ret = {0}; in mtk_smc_handler_bl33() local
180 SMC_RET4(handle, ret, smc_ret.a1, smc_ret.a2, smc_ret.a3); in mtk_smc_handler_bl33()
194 struct smccc_res smc_ret = {0}; in mtk_smc_handler_nsel1() local
203 SMC_RET4(handle, ret, smc_ret.a1, smc_ret.a2, smc_ret.a3); in mtk_smc_handler_nsel1()
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c960 static uintptr_t smc_ret(void *handle, uint64_t *ret_args, uint32_t ret_args_len) function
1131 return smc_ret(handle, ret_args, ret_args_len);