Home
last modified time | relevance | path

Searched refs:SMC_SC_RESTART_LAST (Results 1 – 3 of 3) sorted by relevance

/trusty/kernel/lib/sm/include/lib/sm/
Dsmcall.h32 #define SMC_SC_RESTART_LAST SMC_STDCALL_NR(SMC_ENTITY_SECURE_MONITOR, 0) macro
/trusty/kernel/lib/sm/
Dsm.c179 if (args->smc_nr == SMC_SC_RESTART_LAST && in sm_queue_stdcall()
190 if (args->smc_nr == SMC_SC_RESTART_LAST) { in sm_queue_stdcall()
477 expected_return = SMC_SC_RESTART_LAST; in sm_handle_fiq()
Dsmcall.c86 [SMC_FUNCTION(SMC_SC_RESTART_LAST)] = smc_restart_stdcall,