Home
last modified time | relevance | path

Searched refs:hdecr_timer (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ppc/
H A Dppc.c942 if (tb_env->hdecr_timer != NULL) { in _cpu_ppc_store_hdecr()
944 __cpu_ppc_store_decr(cpu, now, &tb_env->hdecr_next, tb_env->hdecr_timer, in _cpu_ppc_store_hdecr()
945 tb_env->hdecr_timer->cb, &cpu_ppc_hdecr_lower, in _cpu_ppc_store_hdecr()
1105 tb_env->hdecr_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, in cpu_ppc_tb_init()
1108 tb_env->hdecr_timer = NULL; in cpu_ppc_tb_init()
1123 if (tb_env->hdecr_timer != NULL) { in cpu_ppc_tb_reset()
1124 timer_del(tb_env->hdecr_timer); in cpu_ppc_tb_reset()
1147 timer_free(env->tb_env->hdecr_timer); in cpu_ppc_tb_free()
1156 assert(env->tb_env->hdecr_timer == NULL); in cpu_ppc_hdecr_init()
1158 env->tb_env->hdecr_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, in cpu_ppc_hdecr_init()
[all …]
/qemu/include/hw/ppc/
H A Dppc.h36 QEMUTimer *hdecr_timer; member