Searched refs:ns_then (Results 1 – 2 of 2) sorted by relevance
127 return s->ns_then + clock_ticks_to_ns(s->clk, tick); in sse_counter_tick_to_time()150 ticks = clock_ns_to_ticks(s->clk, now - s->ns_then); in sse_counter_for_timestamp()185 s->ns_then = now; in sse_write_cntcv()273 s->ns_then = now; in sse_counter_control_write()384 s->ns_then = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in sse_counter_reset()403 s->ns_then = now; in sse_clk_callback()
59 uint64_t ns_then; member