Searched refs:rt_model (Results 1 – 3 of 3) sorted by relevance
400 idx, sp->ec[idx].rt_model); in direct_req_smc_handler()409 sp->ec[idx].rt_model = RT_MODEL_DIR_REQ; in direct_req_smc_handler()470 if (sp->ec[idx].rt_model != RT_MODEL_DIR_REQ) { in direct_resp_smc_handler()472 idx, sp->ec[idx].rt_model); in direct_resp_smc_handler()541 if (sp->ec[idx].rt_model == RT_MODEL_DIR_REQ) { in msg_wait_handler()552 if (sp->ec[idx].rt_model == RT_MODEL_INIT) { in msg_wait_handler()562 if (sp->ec[idx].rt_model == RT_MODEL_INTR) { in msg_wait_handler()610 if (sp->ec[idx].rt_model == RT_MODEL_INIT) { in ffa_error_handler()1321 unsigned int *rt_model; in ffa_run_handler() local1352 rt_model = &((sp->ec[idx]).rt_model); in ffa_run_handler()[all …]
84 ec->rt_model = RT_MODEL_INIT; in spmc_cpu_on_finish_handler()134 ec->rt_model = RT_MODEL_DIR_REQ; in spmc_send_pm_msg()
133 enum sp_runtime_model rt_model; member