Searched refs:DSPControl (Results 1 – 4 of 4) sorted by relevance
20 qemu_put_betls(f, &tc->DSPControl); in save_tc()167 qemu_get_betls(f, &tc->DSPControl); in load_tc()
146 target_ulong DSPControl; member
1372 return env->active_tc.DSPControl; in helper_mftdsp()1374 return env->tcs[other_tc].DSPControl; in helper_mftdsp()1422 env->active_tc.DSPControl = arg1; in helper_mttdsp()1424 env->tcs[other_tc].DSPControl = arg1; in helper_mttdsp()
8558 offsetof(CPUState, active_tc.DSPControl), in mips_tcg_init()