Lines Matching refs:rc
47 uint64_t rc; in spmc_cpu_on_finish_handler() local
103 rc = spmc_sp_synchronous_entry(ec); in spmc_cpu_on_finish_handler()
104 if (rc != 0ULL) { in spmc_cpu_on_finish_handler()
105 ERROR("%s failed (%lu) on CPU%u\n", __func__, rc, linear_id); in spmc_cpu_on_finish_handler()
124 uint64_t rc; in spmc_send_pm_msg() local
153 rc = spmc_sp_synchronous_entry(ec); in spmc_send_pm_msg()
154 if (rc != 0ULL) { in spmc_send_pm_msg()
155 ERROR("%s failed (%lu) on CPU%u.\n", __func__, rc, linear_id); in spmc_send_pm_msg()
208 int32_t rc; in spmc_cpu_suspend_finish_handler() local
224 rc = spmc_send_pm_msg(FFA_PM_MSG_WB_REQ, FFA_WB_TYPE_NOTS2RAM); in spmc_cpu_suspend_finish_handler()
225 if (rc < 0) { in spmc_cpu_suspend_finish_handler()
226 ERROR("%s failed (%d) on CPU%u\n", __func__, rc, linear_id); in spmc_cpu_suspend_finish_handler()
241 int32_t rc; in spmc_cpu_suspend_handler() local
254 rc = spmc_send_pm_msg(FFA_FWK_MSG_PSCI, PSCI_CPU_SUSPEND_AARCH64); in spmc_cpu_suspend_handler()
255 if (rc < 0) { in spmc_cpu_suspend_handler()
256 ERROR("%s failed (%d) on CPU%u\n", __func__, rc, linear_id); in spmc_cpu_suspend_handler()