Lines Matching defs:context
10 #include <context.h>
19 * Following arrays will be used for context management.
25 /* Following contains the next cpu context pointer. */
28 /* Following contains the next smc context pointer. */
31 /* Following functions are used for SMC context handling */
49 /* Following functions are used for CPU context handling */
56 void cm_set_next_context(void *context)
58 assert(context != NULL);
59 bl1_next_cpu_context_ptr = context;
69 * from the CPU context to the SMC context structures.
84 * Following function flushes the SMC & CPU context pointer and its data.
100 * This function prepares the context for Secure/Normal world images.
130 /* Prepare the cpu context for the next BL image. */
135 /* Prepare the smc context for the next BL image. */
163 * Flush the SMC & CPU context and the (next)pointers,