Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dtcg-internal.h20 void mips_cpu_synchronize_from_tb(CPUState *cs, const TranslationBlock *tb);
H A Dexception.c80 void mips_cpu_synchronize_from_tb(CPUState *cs, const TranslationBlock *tb) in mips_cpu_synchronize_from_tb() function
/openbmc/qemu/target/mips/
H A Dcpu.c552 .synchronize_from_tb = mips_cpu_synchronize_from_tb,