Lines Matching refs:NON_SECURE
102 ctx_smc = cm_get_context(NON_SECURE); in trusty_context_switch()
152 ret = trusty_context_switch(NON_SECURE, SMC_FC_FIQ_ENTER, 0, 0, 0); in trusty_fiq_handler()
169 cm_set_elr_spsr_el3(NON_SECURE, ctx->fiq_handler_pc, (uint32_t)ctx->fiq_handler_cpsr); in trusty_fiq_handler()
210 ret = trusty_context_switch(NON_SECURE, SMC_FC_FIQ_EXIT, 0, 0, 0); in trusty_fiq_exit()
228 cm_set_elr_spsr_el3(NON_SECURE, ctx->fiq_pc, (uint32_t)ctx->fiq_cpsr); in trusty_fiq_exit()
302 ret = trusty_context_switch(NON_SECURE, smc_fid, x1, in trusty_smc_handler()
326 simd_ctx_save(NON_SECURE, false); in trusty_init()
327 cm_el1_sysregs_context_save(NON_SECURE); in trusty_init()
351 cm_el1_sysregs_context_restore(NON_SECURE); in trusty_init()
352 simd_ctx_restore(NON_SECURE); in trusty_init()
353 cm_set_next_eret_context(NON_SECURE); in trusty_init()
362 ret = trusty_context_switch(NON_SECURE, SMC_FC_CPU_SUSPEND, off, 0, 0); in trusty_cpu_suspend()
373 ret = trusty_context_switch(NON_SECURE, SMC_FC_CPU_RESUME, on, 0, 0); in trusty_cpu_resume()
401 cm_el1_sysregs_context_save(NON_SECURE); in trusty_cpu_suspend_handler()
412 cm_el1_sysregs_context_restore(NON_SECURE); in trusty_cpu_suspend_finish_handler()
497 set_interrupt_rm_flag(flags, NON_SECURE); in trusty_setup()
509 ns_ep_info = bl31_plat_get_next_image_ep_info(NON_SECURE); in trusty_setup()