Searched refs:SMC_FUNCTION (Results 1 – 3 of 3) sorted by relevance
/trusty/kernel/lib/sm/ |
D | smcall.c | 53 SMC_ENTITY(args->smc_nr), SMC_FUNCTION(args->smc_nr)); \ 86 [SMC_FUNCTION(SMC_SC_RESTART_LAST)] = smc_restart_stdcall, 87 [SMC_FUNCTION(SMC_SC_LOCKED_NOP)] = smc_nop_stdcall, 88 [SMC_FUNCTION(SMC_SC_RESTART_FIQ)] = smc_restart_stdcall, 89 [SMC_FUNCTION(SMC_SC_SCHED_SHARE_REGISTER)] = 91 [SMC_FUNCTION(SMC_SC_SCHED_SHARE_UNREGISTER)] = 94 [SMC_FUNCTION(SMC_SC_NOP)] = smc_undefined, 98 u_int function = SMC_FUNCTION(args->smc_nr); in smc_stdcall_secure_monitor() 144 [SMC_FUNCTION(SMC_FC_GET_NEXT_IRQ)] = smc_intc_get_next_irq, 145 [SMC_FUNCTION(SMC_FC_FIQ_ENTER)] = smc_fiq_enter, [all …]
|
/trusty/kernel/lib/trusty/ |
D | smcall.c | 87 SMC_FUNCTION(args->smc_nr), args->params[0], args->params[1], in trusty_sm_fastcall() 97 LTRACEF("unknown func 0x%x\n", SMC_FUNCTION(args->smc_nr)); in trusty_sm_fastcall() 115 SMC_FUNCTION(args->smc_nr), args->params[0], args->params[1], in trusty_sm_stdcall() 166 LTRACEF("unknown func 0x%x\n", SMC_FUNCTION(args->smc_nr)); in trusty_sm_stdcall() 181 SMC_FUNCTION(args->smc_nr), args->params[0], args->params[1], in trusty_sm_nopcall() 190 LTRACEF("unknown func 0x%x\n", SMC_FUNCTION(args->smc_nr)); in trusty_sm_nopcall()
|
/trusty/user/base/interface/smc/include/interface/smc/ |
D | smc_def.h | 22 #define SMC_FUNCTION(smc_nr) ((smc_nr)&0x0000FFFF) macro
|