Home
last modified time | relevance | path

Searched refs:CP0MVPCo_VPC (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c520 mask |= (1 << CP0MVPCo_CPA) | (1 << CP0MVPCo_VPC) | in helper_mtc0_mvpcontrol()
523 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { 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()
/openbmc/qemu/target/mips/
H A Dcpu.h108 #define CP0MVPCo_VPC 1 macro