Searched refs:trusty_context_switch (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/services/spd/trusty/ |
D | trusty.c | 90 static struct smc_args trusty_context_switch(uint32_t security_state, uint64_t r0, in trusty_context_switch() function 149 ret = trusty_context_switch(NON_SECURE, SMC_FC_FIQ_ENTER, 0, 0, 0); in trusty_fiq_handler() 207 ret = trusty_context_switch(NON_SECURE, SMC_FC_FIQ_EXIT, 0, 0, 0); in trusty_fiq_exit() 258 ret = trusty_context_switch(SECURE, x1, 0, 0, 0); in trusty_smc_handler() 299 ret = trusty_context_switch(NON_SECURE, smc_fid, x1, in trusty_smc_handler() 359 ret = trusty_context_switch(NON_SECURE, SMC_FC_CPU_SUSPEND, off, 0, 0); in trusty_cpu_suspend() 370 ret = trusty_context_switch(NON_SECURE, SMC_FC_CPU_RESUME, on, 0, 0); in trusty_cpu_resume()
|