Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_DSP (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/
H A Dinternal.h304 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()
H A Dcpu.h1152 #define MIPS_HFLAG_DSP 0x080000 /* Enable access to DSP resources. */ macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1537 if (unlikely(!(ctx->hflags & MIPS_HFLAG_DSP))) { in check_dsp()