Home
last modified time | relevance | path

Searched refs:SMC_FC_CPU_SUSPEND (Results 1 – 2 of 2) sorted by relevance

/arm-trusted-firmware-2.8.0/services/spd/trusty/
A Dsmcall.h60 #define SMC_FC_CPU_SUSPEND SMC_FASTCALL_NR (SMC_ENTITY_SECURE_MONITOR, 7U) macro
A Dtrusty.c121 if (r0 != SMC_FC_CPU_SUSPEND && r0 != SMC_FC_CPU_RESUME) in trusty_context_switch()
131 if (r0 != SMC_FC_CPU_SUSPEND && r0 != SMC_FC_CPU_RESUME) in trusty_context_switch()
359 ret = trusty_context_switch(NON_SECURE, SMC_FC_CPU_SUSPEND, off, 0, 0); in trusty_cpu_suspend()

Completed in 3 milliseconds