Home
last modified time | relevance | path

Searched refs:SSECounter (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dsse-counter.c109 static bool sse_counter_enabled(SSECounter *s) in sse_counter_enabled()
168 static uint64_t sse_cntcv(SSECounter *s) in sse_cntcv()
192 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_control_read()
248 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_control_write()
314 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_status_read()
378 SSECounter *s = SSE_COUNTER(dev); in sse_counter_reset()
390 SSECounter *s = SSE_COUNTER(opaque); in sse_clk_callback()
417 SSECounter *s = SSE_COUNTER(obj); in sse_counter_init()
433 SSECounter *s = SSE_COUNTER(dev); in sse_counter_realize()
446 VMSTATE_CLOCK(clk, SSECounter),
[all …]
H A Dsse-timer.c444 DEFINE_PROP_LINK("counter", SSETimer, counter, TYPE_SSE_COUNTER, SSECounter *),
/openbmc/qemu/include/hw/timer/
H A Dsse-counter.h38 OBJECT_DECLARE_SIMPLE_TYPE(SSECounter, SSE_COUNTER)
40 struct SSECounter { struct
78 uint64_t sse_counter_for_timestamp(SSECounter *counter, uint64_t ns);
89 uint64_t sse_counter_tick_to_time(SSECounter *counter, uint64_t tick);
103 void sse_counter_register_consumer(SSECounter *counter, Notifier *notifier);
H A Dsse-timer.h42 SSECounter *counter;
/openbmc/qemu/include/hw/arm/
H A Darmsse.h174 SSECounter sse_counter;