Searched defs:sp_ptr (Results 1 – 1 of 1) sorted by relevance
35 void sp_state_set(sp_context_t *sp_ptr, sp_state_t state) in sp_state_set()46 void sp_state_wait_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to) in sp_state_wait_switch()67 int sp_state_try_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to) in sp_state_try_switch()190 sp_context_t *sp_ptr = &sp_ctx; in spm_mm_sp_call() local