Searched refs:fpu_context_switch (Results 1 – 3 of 3) sorted by relevance
31 void fpu_context_switch(thread_t *old_thread, thread_t *new_thread);
93 fpu_context_switch(oldthread, newthread); in arch_context_switch()139 fpu_context_switch(oldthread, newthread); in arch_context_switch()
219 void fpu_context_switch(thread_t *old_thread, thread_t *new_thread) { in fpu_context_switch() function
Completed in 5 milliseconds