Searched refs:trusty_context_switch (Results 1 – 1 of 1) sorted by relevance
/external/arm-trusted-firmware/services/spd/trusty/ |
D | trusty.c | 88 static struct smc_args trusty_context_switch(uint32_t security_state, uint64_t r0, in trusty_context_switch() function 147 ret = trusty_context_switch(NON_SECURE, SMC_FC_FIQ_ENTER, 0, 0, 0); in trusty_fiq_handler() 205 ret = trusty_context_switch(NON_SECURE, SMC_FC_FIQ_EXIT, 0, 0, 0); in trusty_fiq_exit() 256 ret = trusty_context_switch(SECURE, x1, 0, 0, 0); in trusty_smc_handler() 297 ret = trusty_context_switch(NON_SECURE, smc_fid, x1, in trusty_smc_handler() 357 ret = trusty_context_switch(NON_SECURE, SMC_FC_CPU_SUSPEND, off, 0, 0); in trusty_cpu_suspend() 368 ret = trusty_context_switch(NON_SECURE, SMC_FC_CPU_RESUME, on, 0, 0); in trusty_cpu_resume()
|