Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c163 env->CP0_VPEControl &= ~(0x7 << CP0VPECo_EXCPT); in helper_yield()
164 env->CP0_VPEControl |= 4 << CP0VPECo_EXCPT; in helper_yield()
171 env->CP0_VPEControl &= ~(0x7 << CP0VPECo_EXCPT); in helper_yield()
178 env->CP0_VPEControl &= ~(0x7 << CP0VPECo_EXCPT); in helper_yield()
179 env->CP0_VPEControl |= 2 << CP0VPECo_EXCPT; in helper_yield()
/openbmc/qemu/target/mips/
H A Dcpu.h563 #define CP0VPECo_EXCPT 16 macro