Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h305 MIPS_HFLAG_DSP_R3 | MIPS_HFLAG_SBRI | MIPS_HFLAG_MSA | in compute_hflags()
361 MIPS_HFLAG_DSP_R3; in compute_hflags()
H A Dcpu.h1154 #define MIPS_HFLAG_DSP_R3 0x20000000 /* Enable access to DSP R3 resources. */ macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1559 if (unlikely(!(ctx->hflags & MIPS_HFLAG_DSP_R3))) { in check_dsp_r3()