Searched refs:SMC_FC_CPU_RESUME (Results 1 – 2 of 2) sorted by relevance
109 if (r0 != SMC_FC_CPU_SUSPEND && r0 != SMC_FC_CPU_RESUME) in trusty_context_switch()121 if (r0 != SMC_FC_CPU_SUSPEND && r0 != SMC_FC_CPU_RESUME) in trusty_context_switch()346 ret = trusty_context_switch(NON_SECURE, SMC_FC_CPU_RESUME, 0, 0, 0); in trusty_cpu_resume()
61 #define SMC_FC_CPU_RESUME SMC_FASTCALL_NR (SMC_ENTITY_SECURE_MONITOR, 8) macro