Home
last modified time | relevance | path

Searched refs:CP0_VPControl (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/
H A Dinternal.h285 if ((env->CP0_VPControl >> CP0VPCtl_DIS) & 1) { in mips_vp_active()
293 ((other_cpu->env.CP0_VPControl >> CP0VPCtl_DIS) & 1)) { in mips_vp_active()
H A Dcpu.h554 int32_t CP0_VPControl; member
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1610 target_ulong prev = env->CP0_VPControl; in helper_dvp()
1612 if (!((env->CP0_VPControl >> CP0VPCtl_DIS) & 1)) { in helper_dvp()
1620 env->CP0_VPControl |= (1 << CP0VPCtl_DIS); in helper_dvp()
1628 target_ulong prev = env->CP0_VPControl; in helper_evp()
1630 if ((env->CP0_VPControl >> CP0VPCtl_DIS) & 1) { in helper_evp()
1641 env->CP0_VPControl &= ~(1 << CP0VPCtl_DIS); in helper_evp()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c252 VMSTATE_INT32(env.CP0_VPControl, MIPSCPU),
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5131 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPControl)); in gen_mfc0()
6638 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPControl)); in gen_dmfc0()