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.c100 static void sse_counter_notify_users(SSECounter *s) in sse_counter_notify_users()
109 static bool sse_counter_enabled(SSECounter *s) in sse_counter_enabled()
114 uint64_t sse_counter_tick_to_time(SSECounter *s, uint64_t tick) in sse_counter_tick_to_time()
130 void sse_counter_register_consumer(SSECounter *s, Notifier *notifier) in sse_counter_register_consumer()
140 uint64_t sse_counter_for_timestamp(SSECounter *s, uint64_t now) in sse_counter_for_timestamp()
168 static uint64_t sse_cntcv(SSECounter *s) in sse_cntcv()
174 static void sse_write_cntcv(SSECounter *s, uint32_t value, unsigned startbit) in sse_write_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()
[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;