Lines Matching refs:ret
27 int32_t ret; in mediatek_plat_sip_handler() local
33 ret = emi_mpu_sip_handler(x1, x2, x3); in mediatek_plat_sip_handler()
34 SMC_RET1(handle, ret); in mediatek_plat_sip_handler()
38 ret = dp_secure_handler(x1, x2, &ret_val); in mediatek_plat_sip_handler()
39 SMC_RET2(handle, ret, ret_val); in mediatek_plat_sip_handler()
43 ret = spm_vcorefs_v2_args(x1, x2, x3, &x4); in mediatek_plat_sip_handler()
44 SMC_RET2(handle, ret, x4); in mediatek_plat_sip_handler()
48 ret = dfd_smc_dispatcher(x1, x2, x3, x4); in mediatek_plat_sip_handler()
49 SMC_RET1(handle, ret); in mediatek_plat_sip_handler()
53 ret = apusys_kernel_ctrl(x1, x2, x3, x4, &ret_val); in mediatek_plat_sip_handler()
54 SMC_RET2(handle, ret, ret_val); in mediatek_plat_sip_handler()