Home
last modified time | relevance | path

Searched refs:SMC_RET4 (Results 1 – 22 of 22) sorted by relevance

/rk3399_ARM-atf/services/std_svc/trng/
H A Dtrng_main.c42 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 Dsocfpga_sip_svc_v2.c142 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 Dsocfpga_sip_svc.c983 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 Ddram.c308 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 Dmtk_smc_handlers.c157 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 Dpncd_main.c364 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 Dtlkd_main.c94 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 Dele_api.c22 SMC_RET4(handle, 0x0, soc_info.soc, in imx9_soc_info_handler()
/rk3399_ARM-atf/include/arch/aarch32/
H A Dsmccc_helpers.h129 #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 Dsmccc_helpers.h48 #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 Dpci_svc.c56 SMC_RET4(handle, ver.val, 0U, 0U, 0U); in pci_smc_handler()
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/
H A Dsbsa_sip_svc.c110 SMC_RET4(handle, NULL, data.nodeid, in sbsa_sip_smc_handler()
/rk3399_ARM-atf/include/lib/
H A Dsmccc.h221 SMC_RET4(handle, \
/rk3399_ARM-atf/drivers/arm/ethosn/
H A Dethosn_smc.c487 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 Dopteed_main.c725 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 Dlfa_main.c339 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 Dpm_svc_main.c451 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 Dpm_svc_main.c551 SMC_RET4(handle, (uint64_t)ret | ((uint64_t)buf[0] << 32U), in eemi_api_handler()
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_main.c527 SMC_RET4(handle, ret, req_resp, req_id, cookie_var); in rmmd_rmm_el3_handler()
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c197 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 Drt-svc-writers-guide.rst263 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 Dspmc_main.c1274 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()