Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c231 return env->mvp->CP0_MVPControl; in helper_mfc0_mvpcontrol()
523 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mtc0_mvpcontrol()
526 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask); in helper_mtc0_mvpcontrol()
530 env->mvp->CP0_MVPControl = newval; in helper_mtc0_mvpcontrol()
621 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_vpeconf1()
694 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mtc0_tcbind()
708 if (other->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mttc0_tcbind()
1574 target_ulong prev = env->mvp->CP0_MVPControl; in helper_dvpe()
1580 other_cpu->env.mvp->CP0_MVPControl &= ~(1 << CP0MVPCo_EVP); in helper_dvpe()
1590 target_ulong prev = env->mvp->CP0_MVPControl; in helper_evpe()
[all …]
/qemu/target/mips/
H A Dinternal.h242 if (!(env->mvp->CP0_MVPControl & (1 << CP0MVPCo_EVP))) { in mips_vpe_active()
H A Dcpu.c346 env->mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP); in mips_cpu_reset_hold()
H A Dcpu.h105 int32_t CP0_MVPControl; member
/qemu/target/mips/sysemu/
H A Dmachine.c127 VMSTATE_INT32(CP0_MVPControl, CPUMIPSMVPContext),