Home
last modified time | relevance | path

Searched refs:dsp_status (Results 1 – 5 of 5) sorted by relevance

/arch/sh/include/asm/
Dswitch_to_32.h8 (!!(tsk->thread.dsp_status.status & SR_DSP))
13 (u32 *)&tsk->thread.dsp_status; \
36 (u32 *)&tsk->thread.dsp_status + 14; \
Dprocessor_32.h104 struct sh_dsp_struct dsp_status; member
/arch/sh/kernel/
Dprocess_32.c132 p->thread.dsp_status = tsk->thread.dsp_status; in copy_thread()
Dptrace_32.c238 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs; in dspregs_get()
256 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs; in dspregs_set()
Dtraps_32.c635 current->thread.dsp_status.status |= SR_DSP; in do_reserved_inst()