Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c256 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcstatus()
273 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcbind()
290 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcrestart()
307 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tchalt()
324 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tccontext()
341 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcschedule()
358 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcschefback()
375 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_entryhi()
383 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_cause()
391 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_status()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c161 if (env->CP0_VPEControl & (1 << CP0VPECo_YSI) && in helper_yield()
163 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()
H A Dtranslate.c5147 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEControl)); in gen_mfc0()
6654 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEControl)); in gen_dmfc0()
8066 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in gen_mftr()
8073 } else if ((env->CP0_VPEControl & (0xff << CP0VPECo_TargTC)) > in gen_mftr()
8290 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in gen_mttr()
8299 } else if ((env->CP0_VPEControl & (0xff << CP0VPECo_TargTC)) > in gen_mttr()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c254 VMSTATE_INT32(env.CP0_VPEControl, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h560 int32_t CP0_VPEControl; member