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