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.c941 if (tb_env->hdecr_timer != NULL) { in _cpu_ppc_store_hdecr()
943 __cpu_ppc_store_decr(cpu, now, &tb_env->hdecr_next, tb_env->hdecr_timer, in _cpu_ppc_store_hdecr()
944 tb_env->hdecr_timer->cb, &cpu_ppc_hdecr_lower, in _cpu_ppc_store_hdecr()
1104 tb_env->hdecr_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, in cpu_ppc_tb_init()
1107 tb_env->hdecr_timer = NULL; in cpu_ppc_tb_init()
1122 if (tb_env->hdecr_timer != NULL) { in cpu_ppc_tb_reset()
1123 timer_del(tb_env->hdecr_timer); in cpu_ppc_tb_reset()
1141 timer_free(env->tb_env->hdecr_timer); in cpu_ppc_tb_free()
1150 assert(env->tb_env->hdecr_timer == NULL); in cpu_ppc_hdecr_init()
1152 env->tb_env->hdecr_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, in cpu_ppc_hdecr_init()
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dppc.h36 QEMUTimer *hdecr_timer; member