Lines Matching defs:rc
47 uint64_t rc;
90 rc = spmc_sp_synchronous_entry(ec);
91 if (rc != 0ULL) {
92 ERROR("%s failed (%lu) on CPU%u\n", __func__, rc, linear_id);
111 uint64_t rc;
138 rc = spmc_sp_synchronous_entry(ec);
139 if (rc != 0ULL) {
140 ERROR("%s failed (%lu) on CPU%u.\n", __func__, rc, linear_id);
193 int32_t rc;
206 rc = spmc_send_pm_msg(FFA_PM_MSG_WB_REQ, FFA_WB_TYPE_NOTS2RAM);
207 if (rc < 0) {
208 ERROR("%s failed (%d) on CPU%u\n", __func__, rc, linear_id);
223 int32_t rc;
236 rc = spmc_send_pm_msg(FFA_FWK_MSG_PSCI, PSCI_CPU_SUSPEND_AARCH64);
237 if (rc < 0) {
238 ERROR("%s failed (%d) on CPU%u\n", __func__, rc, linear_id);