Searched refs:dsp_context (Results 1 – 3 of 3) sorted by relevance
246 if (tsk->thread.dsp_context) { in copy_thread()250 ctx = kmemdup(tsk->thread.dsp_context, in copy_thread()255 tsk->thread.dsp_context = ctx; in copy_thread()284 if (thread->dsp_context) { in clear_dsp()285 kfree(thread->dsp_context->ram[0]); in clear_dsp()286 kfree(thread->dsp_context->ram[1]); in clear_dsp()288 kfree(thread->dsp_context); in clear_dsp()290 thread->dsp_context = NULL; in clear_dsp()
215 dsp_ctx = current->thread.dsp_context; in nest_interrupts()221 current->thread.dsp_context = dsp_ctx; in nest_interrupts()354 struct meta_ext_context *dsp_ctx = current->thread.dsp_context; in tail_end_sys()367 __TBICtxRestore(State, current->thread.dsp_context); in tail_end_sys()
85 struct meta_ext_context *dsp_context; member