Home
last modified time | relevance | path

Searched refs:CP0_TCSchedule (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c336 return env->active_tc.CP0_TCSchedule; in helper_mfc0_tcschedule()
345 return other->active_tc.CP0_TCSchedule; in helper_mftc0_tcschedule()
347 return other->tcs[other_tc].CP0_TCSchedule; in helper_mftc0_tcschedule()
472 return env->active_tc.CP0_TCSchedule; in helper_dmfc0_tcschedule()
803 env->active_tc.CP0_TCSchedule = arg1; in helper_mtc0_tcschedule()
812 other->active_tc.CP0_TCSchedule = arg1; in helper_mttc0_tcschedule()
814 other->tcs[other_tc].CP0_TCSchedule = arg1; in helper_mttc0_tcschedule()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c96 VMSTATE_UINTTL(CP0_TCSchedule, TCState),
/openbmc/qemu/target/mips/
H A Dcpu.h496 target_ulong CP0_TCSchedule; member