Searched refs:rt_model (Results 1 – 3 of 3) sorted by relevance
449 idx, sp->ec[idx].rt_model); in direct_req_smc_handler()463 sp->ec[idx].rt_model = RT_MODEL_DIR_REQ; in direct_req_smc_handler()538 if (sp->ec[idx].rt_model != RT_MODEL_DIR_REQ) { in direct_resp_smc_handler()540 idx, sp->ec[idx].rt_model); in direct_resp_smc_handler()634 if (sp->ec[idx].rt_model == RT_MODEL_DIR_REQ) { in msg_wait_handler()648 if (sp->ec[idx].rt_model == RT_MODEL_INIT) { in msg_wait_handler()661 if (sp->ec[idx].rt_model == RT_MODEL_INTR) { in msg_wait_handler()714 if (sp->ec[idx].rt_model == RT_MODEL_INIT) { in ffa_error_handler()1454 unsigned int *rt_model; in ffa_run_handler() local1489 rt_model = &((sp->ec[idx]).rt_model); in ffa_run_handler()[all …]
97 ec->rt_model = RT_MODEL_INIT; in spmc_cpu_on_finish_handler()147 ec->rt_model = RT_MODEL_DIR_REQ; in spmc_send_pm_msg()
133 enum sp_runtime_model rt_model; member