Lines Matching defs:to
45 * to the desired state.
47 void sp_state_wait_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to)
55 sp_ptr->state = to;
66 * change it to the desired state. Returns 0 on success, -1 on error.
68 int sp_state_try_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to)
75 sp_ptr->state = to;
95 /* Assign the context of the SP to this CPU */
116 * This function returns to the place where spm_sp_synchronous_entry() was
125 * synchronous entry into the secure partition. Jump back to the
134 * Jump to each Secure Partition for the first time.
186 * Function to perform a call to a Secure Partition.
195 * SP runs to completion, no need to restore FP registers of secure context.
201 /* Wait until the Secure Partition is idle and set it to busy. */
212 /* Jump to the Secure Partition. */
221 * SP runs to completion, no need to save FP registers of secure context.
260 * Raise the running priority of the core to the
262 * so as to block any interrupt from preempting this
309 /* Make next ERET jump to S-EL0 instead of S-EL1. */