Lines Matching refs:SMC_FUNCTION
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,
147 [SMC_FUNCTION(SMC_FC_CPU_SUSPEND)] = smc_cpu_suspend,
148 [SMC_FUNCTION(SMC_FC_CPU_RESUME)] = smc_cpu_resume,
150 [SMC_FUNCTION(SMC_FC_GET_VERSION_STR)] = smc_get_version_str,
151 [SMC_FUNCTION(SMC_FC_API_VERSION)] = smc_sm_api_version,
152 [SMC_FUNCTION(SMC_FC_GET_SMP_MAX_CPUS)] = smc_get_smp_max_cpus,
157 uint16_t index = SMC_FUNCTION(args->smc_nr); in smc_fastcall_secure_monitor()