Home
last modified time | relevance | path

Searched refs:tcg_s390_tod_updated (Results 1 – 4 of 4) sorted by relevance

/qemu/target/s390x/tcg/
H A Dtcg_s390x.h16 void tcg_s390_tod_updated(CPUState *cs, run_on_cpu_data opaque);
H A Dmisc_helper.c216 void tcg_s390_tod_updated(CPUState *cs, run_on_cpu_data opaque) in tcg_s390_tod_updated() function
/qemu/hw/s390x/
H A Dtod-tcg.c51 async_run_on_cpu(cpu, tcg_s390_tod_updated, RUN_ON_CPU_NULL); in qemu_s390_tod_set()
/qemu/target/s390x/
H A Dmachine.c41 tcg_s390_tod_updated(CPU(cpu), RUN_ON_CPU_NULL); in cpu_post_load()