Home
last modified time | relevance | path

Searched refs:CP0_MVPConf1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c129 VMSTATE_INT32(CP0_MVPConf1, CPUMIPSMVPContext),
/openbmc/qemu/target/mips/
H A Dcpu.h119 int32_t CP0_MVPConf1; member
H A Dcpu-defs.c.inc1059 env->mvp->CP0_MVPConf1 = (1U << CP0MVPC1_CIM) | (1 << CP0MVPC1_CIF) |
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c241 return env->mvp->CP0_MVPConf1; in helper_mfc0_mvpconf1()