Home
last modified time | relevance | path

Searched refs:sse_counter_for_timestamp (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dsse-counter.c140 uint64_t sse_counter_for_timestamp(SSECounter *s, uint64_t now) in sse_counter_for_timestamp() function
171 return sse_counter_for_timestamp(s, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL)); in sse_cntcv()
181 uint64_t cntcv = sse_counter_for_timestamp(s, now); in sse_write_cntcv()
272 s->ticks_then = sse_counter_for_timestamp(s, now); in sse_counter_control_write()
402 s->ticks_then = sse_counter_for_timestamp(s, now); in sse_clk_callback()
H A Dsse-timer.c103 return sse_counter_for_timestamp(s->counter, in sse_cntpct()
/openbmc/qemu/include/hw/timer/
H A Dsse-counter.h78 uint64_t sse_counter_for_timestamp(SSECounter *counter, uint64_t ns);