| /rk3399_ARM-atf/services/std_svc/trng/ |
| H A D | trng_main.c | 42 SMC_RET4(handle, TRNG_E_SUCCESS, 0, 0, ent[0] & mask); in trng_rnd32() 45 SMC_RET4(handle, TRNG_E_SUCCESS, 0, (ent[0] >> 32) & mask, in trng_rnd32() 49 SMC_RET4(handle, TRNG_E_SUCCESS, ent[1] & mask, in trng_rnd32() 79 SMC_RET4(handle, TRNG_E_SUCCESS, 0, 0, ent[0] & mask); in trng_rnd64() 82 SMC_RET4(handle, TRNG_E_SUCCESS, 0, ent[1] & mask, ent[0]); in trng_rnd64() 85 SMC_RET4(handle, TRNG_E_SUCCESS, ent[2] & mask, ent[1], ent[0]); in trng_rnd64()
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_sip_svc_v2.c | 142 SMC_RET4(handle, INTEL_SIP_SMC_STATUS_OK, x1, in sip_smc_handler_v2() 148 SMC_RET4(handle, status, x1, retval, x2); in sip_smc_handler_v2() 152 SMC_RET4(handle, status, x1, retval, x2); in sip_smc_handler_v2() 157 SMC_RET4(handle, status, x1, retval, x2); in sip_smc_handler_v2() 174 SMC_RET4(handle, status, retval64, x2, x3); in sip_smc_handler_v2()
|
| H A D | socfpga_sip_svc.c | 983 SMC_RET4(handle, ret_args[0], ret_args[1], ret_args[2], ret_args[3]); 1959 SMC_RET4(handle, status, err_states, 0, 0); 1969 SMC_RET4(handle, status, 0, 0, 0); 1973 SMC_RET4(handle, status, 0, 0, 0); 1980 SMC_RET4(handle, INTEL_SIP_SMC_STATUS_OK, 1984 SMC_RET4(handle, INTEL_SIP_SMC_STATUS_OK, 1989 SMC_RET4(handle, INTEL_SIP_SMC_STATUS_OK, 1995 SMC_RET4(handle, status, 0, 0, 0); 2021 SMC_RET4(handle, rsu_respbuf[0], rsu_respbuf[1], 2086 SMC_RET4(handle, status, mbox_error, x1, len_in_resp); [all …]
|
| /rk3399_ARM-atf/plat/imx/imx8m/ddr/ |
| H A D | dram.c | 308 SMC_RET4(handle, dram_info.timing_info->fsp_table[0], in dram_dvfs_get_freq_info() 312 SMC_RET4(handle, dram_info.timing_info->fsp_table[1], in dram_dvfs_get_freq_info() 315 SMC_RET4(handle, dram_info.timing_info->fsp_table[1], in dram_dvfs_get_freq_info() 319 SMC_RET4(handle, dram_info.timing_info->fsp_table[2], in dram_dvfs_get_freq_info() 322 SMC_RET4(handle, dram_info.timing_info->fsp_table[2], in dram_dvfs_get_freq_info() 325 SMC_RET4(handle, dram_info.timing_info->fsp_table[3], in dram_dvfs_get_freq_info()
|
| /rk3399_ARM-atf/plat/mediatek/common/ |
| H A D | mtk_smc_handlers.c | 157 SMC_RET4(handle, ret, smc_ret.a1, smc_ret.a2, smc_ret.a3); in mtk_smc_handler_sel1() 180 SMC_RET4(handle, ret, smc_ret.a1, smc_ret.a2, smc_ret.a3); in mtk_smc_handler_bl33() 203 SMC_RET4(handle, ret, smc_ret.a1, smc_ret.a2, smc_ret.a3); in mtk_smc_handler_nsel1()
|
| /rk3399_ARM-atf/services/spd/pncd/ |
| H A D | pncd_main.c | 364 SMC_RET4(handle, 0, 0, 0, 0); in pncd_smc_handler_unsafe() 374 SMC_RET4(handle, x1, x2, x3, x4); in pncd_smc_handler_unsafe() 376 SMC_RET4(handle, 0, 0, 0, 0); in pncd_smc_handler_unsafe()
|
| /rk3399_ARM-atf/services/spd/tlkd/ |
| H A D | tlkd_main.c | 94 SMC_RET4(s_cpu_context, (uint32_t)TLK_IRQ_FIRED, 0, (uint32_t)irq, 0); in tlkd_interrupt_handler() 335 SMC_RET4(&tlk_ctx.cpu_ctx, smc_fid, 0, (uint32_t)x1, in tlkd_smc_handler() 368 SMC_RET4(handle, (uint32_t)par, (uint32_t)(par >> 32), 0, 0); in tlkd_smc_handler()
|
| /rk3399_ARM-atf/plat/imx/imx9/common/ |
| H A D | ele_api.c | 22 SMC_RET4(handle, 0x0, soc_info.soc, in imx9_soc_info_handler()
|
| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | smccc_helpers.h | 129 #define SMC_RET4(_h, _r0, _r1, _r2, _r3) { \ macro 135 SMC_RET4(_h, (_r0), (_r1), (_r2), (_r3)); \
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | smccc_helpers.h | 48 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ macro 54 SMC_RET4(_h, (_x0), (_x1), (_x2), (_x3)); \
|
| /rk3399_ARM-atf/services/std_svc/ |
| H A D | pci_svc.c | 56 SMC_RET4(handle, ver.val, 0U, 0U, 0U); in pci_smc_handler()
|
| /rk3399_ARM-atf/plat/qemu/qemu_sbsa/ |
| H A D | sbsa_sip_svc.c | 110 SMC_RET4(handle, NULL, data.nodeid, in sbsa_sip_smc_handler()
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | smccc.h | 221 SMC_RET4(handle, \
|
| /rk3399_ARM-atf/drivers/arm/ethosn/ |
| H A D | ethosn_smc.c | 487 SMC_RET4(handle, ETHOSN_SUCCESS, in ethosn_smc_fw_prop_handler() 500 SMC_RET4(handle, ETHOSN_SUCCESS, in ethosn_smc_fw_prop_handler()
|
| /rk3399_ARM-atf/services/spd/opteed/ |
| H A D | opteed_main.c | 725 SMC_RET4(&optee_ctx->cpu_ctx, smc_fid, x1, x2, x3); in opteed_smc_handler() 823 SMC_RET4(ns_cpu_context, x1, x2, x3, x4); in opteed_smc_handler()
|
| /rk3399_ARM-atf/services/std_svc/lfa/ |
| H A D | lfa_main.c | 339 SMC_RET4(handle, LFA_SUCCESS, retx1, retx2, get_fw_activation_flags(fw_seq_id)); in lfa_smc_handler()
|
| /rk3399_ARM-atf/plat/amd/versal2/pm_service/ |
| H A D | pm_svc_main.c | 451 SMC_RET4(handle, (uint64_t)ret | ((uint64_t)buf[0] << 32U), in eemi_api_handler()
|
| /rk3399_ARM-atf/plat/xilinx/common/pm_service/ |
| H A D | pm_svc_main.c | 551 SMC_RET4(handle, (uint64_t)ret | ((uint64_t)buf[0] << 32U), in eemi_api_handler()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_main.c | 527 SMC_RET4(handle, ret, req_resp, req_id, cookie_var); in rmmd_rmm_el3_handler()
|
| /rk3399_ARM-atf/services/spd/trusty/ |
| H A D | trusty.c | 197 SMC_RET4(handle, ctx->fiq_pc, ctx->fiq_cpsr, sp_el0, ctx->fiq_sp_el1); in trusty_get_fiq_regs()
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | rt-svc-writers-guide.rst | 263 SMC_RET4(handle, x0, x1, x2, x3); 274 SMC_RET4(handle, r0, r1, r2, r3);
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_main.c | 1274 SMC_RET4(handle, FFA_SUCCESS_SMC32, 0, partition_count, size); in partition_info_get_handler() 2005 SMC_RET4(handle, FFA_SUCCESS_SMC32, 0, x2, --page_count); in ffa_mem_perm_get_handler()
|