Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/kernel/
Dptrace.c704 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_get()
712 for (i = 0; i < NUM_DSP_REGS; i++) in dsp32_get()
714 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol; in dsp32_get()
727 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_set()
738 if (start + num_regs > NUM_DSP_REGS + 1) in dsp32_set()
748 case 0 ... NUM_DSP_REGS - 1: in dsp32_set()
751 case NUM_DSP_REGS: in dsp32_set()
770 u64 dspregs[NUM_DSP_REGS + 1]; in dsp64_get()
778 for (i = 0; i < NUM_DSP_REGS; i++) in dsp64_get()
780 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol; in dsp64_get()
[all …]
/linux-6.12.1/arch/mips/include/asm/
Dprocessor.h129 #define NUM_DSP_REGS 6 macro
134 dspreg_t dspr[NUM_DSP_REGS];