Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c27 void sync_c0_status(CPUMIPSState *env, CPUMIPSState *cpu, int tc) in sync_c0_status() function
88 sync_c0_status(env, env, env->current_tc); in cpu_mips_store_status()
/openbmc/qemu/target/mips/
H A Dinternal.h159 void sync_c0_status(CPUMIPSState *env, CPUMIPSState *cpu, int tc);
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1168 sync_c0_status(env, other, other_tc); in helper_mttc0_status()