Home
last modified time | relevance | path

Searched refs:dspcontrol (Results 1 – 6 of 6) sorted by relevance

/arch/mips/include/asm/
Ddsp.h51 tsk->thread.dsp.dspcontrol = rddsp(DSP_MASK); \
68 wrdsp(tsk->thread.dsp.dspcontrol, DSP_MASK); \
Dprocessor.h148 unsigned int dspcontrol; member
347 .dspcontrol = 0, \
/arch/mips/kernel/
Dptrace32.c152 tmp = child->thread.dsp.dspcontrol; in compat_arch_ptrace()
249 child->thread.dsp.dspcontrol = data; in compat_arch_ptrace()
Dbranch.c419 unsigned int bit, fcr31, dspcontrol, reg; in __compute_return_epc_for_insn() local
541 dspcontrol = rddsp(0x01); in __compute_return_epc_for_insn()
543 if (dspcontrol >= 32) { in __compute_return_epc_for_insn()
Dptrace.c874 tmp = child->thread.dsp.dspcontrol; in arch_ptrace()
954 child->thread.dsp.dspcontrol = data; in arch_ptrace()
/arch/mips/kvm/
Demulate.c44 unsigned int dspcontrol; in kvm_compute_return_epc() local
120 dspcontrol = rddsp(0x01); in kvm_compute_return_epc()
122 if (dspcontrol >= 32) in kvm_compute_return_epc()