Home
last modified time | relevance | path

Searched refs:trusty_cpu_ctx (Results 1 – 1 of 1) sorted by relevance

/external/arm-trusted-firmware/services/spd/trusty/
Dtrusty.c43 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()
[all …]