Searched refs:MIPS_HFLAG_DSP (Results 1 – 3 of 3) sorted by relevance
304 MIPS_HFLAG_AWRAP | MIPS_HFLAG_DSP | MIPS_HFLAG_DSP_R2 | in compute_hflags()360 env->hflags |= MIPS_HFLAG_DSP | MIPS_HFLAG_DSP_R2 | in compute_hflags()369 env->hflags |= MIPS_HFLAG_DSP | MIPS_HFLAG_DSP_R2; in compute_hflags()378 env->hflags |= MIPS_HFLAG_DSP; in compute_hflags()
1152 #define MIPS_HFLAG_DSP 0x080000 /* Enable access to DSP resources. */ macro
1537 if (unlikely(!(ctx->hflags & MIPS_HFLAG_DSP))) { in check_dsp()