Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c354 return env->active_tc.CP0_TCScheFBack; in helper_mfc0_tcschefback()
363 return other->active_tc.CP0_TCScheFBack; in helper_mftc0_tcschefback()
365 return other->tcs[other_tc].CP0_TCScheFBack; in helper_mftc0_tcschefback()
478 return env->active_tc.CP0_TCScheFBack; in helper_dmfc0_tcschefback()
821 env->active_tc.CP0_TCScheFBack = arg1; in helper_mtc0_tcschefback()
830 other->active_tc.CP0_TCScheFBack = arg1; in helper_mttc0_tcschefback()
832 other->tcs[other_tc].CP0_TCScheFBack = arg1; in helper_mttc0_tcschefback()
/openbmc/qemu/target/mips/system/
H A Dmachine.c97 VMSTATE_UINTTL(CP0_TCScheFBack, TCState),
/openbmc/qemu/target/mips/
H A Dcpu.h497 target_ulong CP0_TCScheFBack; member