Lines Matching refs:trusty_cpu_ctx
45 struct trusty_cpu_ctx { struct
71 static struct trusty_cpu_ctx trusty_cpu_ctx[PLATFORM_CORE_COUNT]; argument
78 static struct trusty_cpu_ctx *get_trusty_ctx(void) in get_trusty_ctx()
80 return &trusty_cpu_ctx[plat_my_core_pos()]; in get_trusty_ctx()
94 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_context_switch()
95 struct trusty_cpu_ctx *ctx_smc; in trusty_context_switch()
148 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_handler()
177 struct trusty_cpu_ctx *ctx; in trusty_set_fiq_handler()
184 ctx = &trusty_cpu_ctx[cpu]; in trusty_set_fiq_handler()
194 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_get_fiq_regs()
203 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_exit()
314 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_init()
389 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_cpu_on_finish_handler()