Searched refs:ptimer_tick (Results 1 – 2 of 2) sorted by relevance
227 ptimer_state *ptimer_tick; /* timer for tick counter */ member277 VMSTATE_PTIMER(ptimer_tick, struct tick_timer),713 count = ptimer_get_count(s->ptimer_tick); in exynos4210_ltick_int_get_cnto()716 counted = s->count - ptimer_get_count(s->ptimer_tick); in exynos4210_ltick_int_get_cnto()745 ptimer_set_count(s->ptimer_tick, s->count); in exynos4210_ltick_cnt_start()746 ptimer_run(s->ptimer_tick, 1); in exynos4210_ltick_cnt_start()766 ptimer_stop(s->ptimer_tick); in exynos4210_ltick_cnt_stop()775 ptimer_transaction_begin(s->ptimer_tick); in exynos4210_ltick_tx_begin()781 ptimer_transaction_commit(s->ptimer_tick); in exynos4210_ltick_tx_commit()796 count = ptimer_get_count(s->ptimer_tick); in exynos4210_ltick_cnt_get_cnto()[all …]
155 static void ptimer_tick(void *opaque) in ptimer_tick() function466 s->timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, ptimer_tick, s); in ptimer_init()