Lines Matching defs:context
19 #include <context.h>
41 /* SP_MIN only stores the non secure smc context */
56 /* SP_MIN stores only non secure smc context. Nothing to do here */
66 * for the calling CPU that was set as the context for the specified security
79 void cm_set_context(void *context, uint32_t security_state)
82 sp_min_cpu_ctx_ptr[plat_my_core_pos()] = context;
87 * for the CPU identified by `cpu_idx` that was set as the context for the
102 void cm_set_context_by_index(unsigned int cpu_idx, void *context,
106 sp_min_cpu_ctx_ptr[cpu_idx] = context;
122 * non secure cpu context and copies the relevant cpu context register values
123 * to smc context. These registers will get programmed during `smc_exit`.
142 /* Copy r0, lr and spsr from cpu context to SMC context */
206 * restore. Copy the relevant cpu_context register values to smc context which