Searched refs:GoldfishRTCState (Results 1 – 2 of 2) sorted by relevance
46 static void goldfish_rtc_update(GoldfishRTCState *s) in goldfish_rtc_update()53 GoldfishRTCState *s = (GoldfishRTCState *)opaque; in goldfish_rtc_interrupt()60 static uint64_t goldfish_rtc_get_count(GoldfishRTCState *s) in goldfish_rtc_get_count()65 static void goldfish_rtc_clear_alarm(GoldfishRTCState *s) in goldfish_rtc_clear_alarm()71 static void goldfish_rtc_set_alarm(GoldfishRTCState *s) in goldfish_rtc_set_alarm()94 GoldfishRTCState *s = opaque; in goldfish_rtc_read()140 GoldfishRTCState *s = opaque; in goldfish_rtc_write()183 GoldfishRTCState *s = opaque; in goldfish_rtc_post_load()228 VMSTATE_UINT64(tick_offset_vmstate, GoldfishRTCState),229 VMSTATE_UINT64(alarm_next, GoldfishRTCState),[all …]
29 OBJECT_DECLARE_SIMPLE_TYPE(GoldfishRTCState, GOLDFISH_RTC)31 struct GoldfishRTCState { struct