Lines Matching refs:trusty_cpu_ctx
43 struct trusty_cpu_ctx { struct
69 static struct trusty_cpu_ctx trusty_cpu_ctx[PLATFORM_CORE_COUNT]; argument
76 static struct trusty_cpu_ctx *get_trusty_ctx(void) in get_trusty_ctx()
78 return &trusty_cpu_ctx[plat_my_core_pos()]; in get_trusty_ctx()
92 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_context_switch()
93 struct trusty_cpu_ctx *ctx_smc; in trusty_context_switch()
143 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_handler()
172 struct trusty_cpu_ctx *ctx; in trusty_set_fiq_handler()
179 ctx = &trusty_cpu_ctx[cpu]; in trusty_set_fiq_handler()
189 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_get_fiq_regs()
198 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_exit()
309 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_init()
384 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_cpu_on_finish_handler()