Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c353 return env->active_tc.CP0_TCScheFBack; in helper_mfc0_tcschefback()
362 return other->active_tc.CP0_TCScheFBack; in helper_mftc0_tcschefback()
364 return other->tcs[other_tc].CP0_TCScheFBack; in helper_mftc0_tcschefback()
477 return env->active_tc.CP0_TCScheFBack; in helper_dmfc0_tcschefback()
820 env->active_tc.CP0_TCScheFBack = arg1; in helper_mtc0_tcschefback()
829 other->active_tc.CP0_TCScheFBack = arg1; in helper_mttc0_tcschefback()
831 other->tcs[other_tc].CP0_TCScheFBack = arg1; in helper_mttc0_tcschefback()
/qemu/target/mips/sysemu/
H A Dmachine.c97 VMSTATE_UINTTL(CP0_TCScheFBack, TCState),
/qemu/target/mips/
H A Dcpu.h497 target_ulong CP0_TCScheFBack; member