Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c253 VMSTATE_INT32(env.CP0_VPEConf1, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h576 int32_t CP0_VPEConf1; member
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c624 newval = (env->CP0_VPEConf1 & ~mask) | (arg1 & mask); in helper_mtc0_vpeconf1()
631 env->CP0_VPEConf1 = newval; in helper_mtc0_vpeconf1()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5374 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEConf1)); in gen_mfc0()
6881 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEConf1)); in gen_dmfc0()