Home
last modified time | relevance | path

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

/trusted-firmware-a/services/spd/trusty/
A Dtrusty.c45 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()
145 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_handler()
174 struct trusty_cpu_ctx *ctx; in trusty_set_fiq_handler()
181 ctx = &trusty_cpu_ctx[cpu]; in trusty_set_fiq_handler()
191 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_get_fiq_regs()
[all …]

Completed in 2 milliseconds