Home
last modified time | relevance | path

Searched refs:NUM_DSP_REGS (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/mips/kernel/
Dptrace.c696 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_get()
704 for (i = 0; i < NUM_DSP_REGS; i++) in dsp32_get()
706 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol; in dsp32_get()
719 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_set()
730 if (start + num_regs > NUM_DSP_REGS + 1) in dsp32_set()
740 case 0 ... NUM_DSP_REGS - 1: in dsp32_set()
743 case NUM_DSP_REGS: in dsp32_set()
762 u64 dspregs[NUM_DSP_REGS + 1]; in dsp64_get()
770 for (i = 0; i < NUM_DSP_REGS; i++) in dsp64_get()
772 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol; in dsp64_get()
[all …]
/linux-5.19.10/arch/mips/include/asm/
Dprocessor.h129 #define NUM_DSP_REGS 6 macro
134 dspreg_t dspr[NUM_DSP_REGS];