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.c141 struct trp_smc_result *smc_ret) in trp_ret_rmi_version() argument
144 smc_ret->x[0] = RMI_ERROR_INPUT; in trp_ret_rmi_version()
146 smc_ret->x[0] = RMI_SUCCESS; in trp_ret_rmi_version()
150 smc_ret->x[1] = RMI_ABI_VERSION; in trp_ret_rmi_version()
151 smc_ret->x[2] = RMI_ABI_VERSION; in trp_ret_rmi_version()
158 struct trp_smc_result *smc_ret) in trp_asc_mark_realm() argument
163 smc_ret->x[0] = trp_smc(set_smc_args(FIRME_GM_GPI_SET_FID, x1, 1UL, in trp_asc_mark_realm()
167 smc_ret->x[0] = trp_smc(set_smc_args(RMM_GTSI_DELEGATE, x1, in trp_asc_mark_realm()
171 if (smc_ret->x[0] != 0ULL) { in trp_asc_mark_realm()
173 "failed 0x%llx\n", smc_ret->x[0]); in trp_asc_mark_realm()
[all …]
/rk3399_ARM-atf/lib/debugfs/
H A Ddebugfs_smc.c73 int64_t smc_ret = DEBUGFS_E_INVALID_PARAMS, smc_resp = 0; in debugfs_smc_handler() local
112 smc_ret = SMC_OK; in debugfs_smc_handler()
119 smc_ret = SMC_OK; in debugfs_smc_handler()
128 smc_ret = SMC_OK; in debugfs_smc_handler()
136 smc_ret = SMC_OK; in debugfs_smc_handler()
144 smc_ret = SMC_OK; in debugfs_smc_handler()
152 smc_ret = SMC_OK; in debugfs_smc_handler()
160 smc_ret = SMC_OK; in debugfs_smc_handler()
168 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.c961 static uintptr_t smc_ret(void *handle, uint64_t *ret_args, uint32_t ret_args_len) function
1132 return smc_ret(handle, ret_args, ret_args_len);