Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h252 if (!(env->mvp->CP0_MVPControl & (1 << CP0MVPCo_EVP))) { in mips_vpe_active()
H A Dcpu.h109 #define CP0MVPCo_EVP 0 macro
H A Dcpu.c344 env->mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP); in mips_cpu_reset_hold()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c521 (1 << CP0MVPCo_EVP); in helper_mtc0_mvpcontrol()
1580 other_cpu->env.mvp->CP0_MVPControl &= ~(1 << CP0MVPCo_EVP); in helper_dvpe()
1599 other_cpu->env.mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP); in helper_evpe()