Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc.c930 if (tb_env->hdecr_timer != NULL) { in _cpu_ppc_store_hdecr()
933 tb_env->hdecr_timer->cb, &cpu_ppc_hdecr_lower, in _cpu_ppc_store_hdecr()
1093 tb_env->hdecr_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, in cpu_ppc_tb_init()
1096 tb_env->hdecr_timer = NULL; in cpu_ppc_tb_init()
1111 if (tb_env->hdecr_timer != NULL) { in cpu_ppc_tb_reset()
1112 timer_del(tb_env->hdecr_timer); in cpu_ppc_tb_reset()
1130 timer_free(env->tb_env->hdecr_timer); in cpu_ppc_tb_free()
1139 assert(env->tb_env->hdecr_timer == NULL); in cpu_ppc_hdecr_init()
1141 env->tb_env->hdecr_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, in cpu_ppc_hdecr_init()
1149 timer_free(env->tb_env->hdecr_timer); in cpu_ppc_hdecr_exit()
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dppc.h36 QEMUTimer *hdecr_timer; member