Lines Matching defs:rc
91 uint64_t rc;
107 rc = spm_secure_partition_enter(&ctx->c_rt_ctx);
112 return rc;
119 __dead2 static void spm_sp_synchronous_exit(uint64_t rc)
126 * original C runtime context with the value of rc in x0;
128 spm_secure_partition_exit(ctx->c_rt_ctx, rc);
138 uint64_t rc;
147 rc = spm_sp_synchronous_entry(ctx);
148 assert(rc == 0);
154 return !rc;
190 uint64_t rc;
213 rc = spm_sp_synchronous_entry(sp_ptr);
227 return rc;
237 uint64_t rc;
270 rc = spm_mm_sp_call(smc_fid, comm_buffer_address, comm_size_address,
283 SMC_RET1(handle, rc);