Lines Matching refs:tlk_ctx
39 tlk_context_t tlk_ctx; variable
135 &tlk_ctx); in tlkd_setup()
187 return tlkd_synchronous_sp_entry(&tlk_ctx); in tlkd_init()
296 if (!get_yield_smc_active_flag(tlk_ctx.state)) in tlkd_smc_handler()
299 if (get_yield_smc_active_flag(tlk_ctx.state)) in tlkd_smc_handler()
308 assert(&tlk_ctx.cpu_ctx == cm_get_context(SECURE)); in tlkd_smc_handler()
313 set_yield_smc_active_flag(tlk_ctx.state); in tlkd_smc_handler()
330 gp_regs = get_gpregs_ctx(&tlk_ctx.cpu_ctx); in tlkd_smc_handler()
335 SMC_RET4(&tlk_ctx.cpu_ctx, smc_fid, 0, (uint32_t)x1, in tlkd_smc_handler()
381 clr_yield_smc_active_flag(tlk_ctx.state); in tlkd_smc_handler()
421 tlkd_synchronous_sp_exit(&tlk_ctx, x1); in tlkd_smc_handler()
446 tlkd_synchronous_sp_exit(&tlk_ctx, x1); in tlkd_smc_handler()