Searched defs:vrtc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvrtc.c72 struct vrtc { struct
123 update_enabled(struct vrtc *vrtc) argument
144 vrtc_curtime(struct vrtc *vrtc, sbintime_t *basetime) argument
176 secs_to_rtc(time_t rtctime, struct vrtc *vrtc, int force_update) argument
277 rtc_to_secs(struct vrtc *vrtc) argument
395 vrtc_time_update(struct vrtc *vrtc, time_t newtime, sbintime_t newbase) argument
474 vrtc_freq(struct vrtc *vrtc) argument
519 vrtc_callout_reset(struct vrtc *vrtc, sbintime_t freqsbt) argument
539 struct vrtc *vrtc = arg; local
576 vrtc_callout_check(struct vrtc *vrtc, sbintime_t freq) argument
587 vrtc_set_reg_c(struct vrtc *vrtc, uint8_t newval) argument
625 vrtc_set_reg_b(struct vrtc *vrtc, uint8_t newval) argument
701 vrtc_set_reg_a(struct vrtc *vrtc, uint8_t newval) argument
749 struct vrtc *vrtc; local
770 struct vrtc *vrtc; local
785 struct vrtc *vrtc; local
812 struct vrtc *vrtc; local
845 struct vrtc *vrtc; local
868 struct vrtc *vrtc; local
963 vrtc_reset(struct vrtc *vrtc) argument
980 struct vrtc *vrtc; local
1014 vrtc_cleanup(struct vrtc *vrtc) argument
[all...]
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c153 struct vrtc *vrtc; /* (o) virtual RTC */ member in struct:vm

Completed in 129 milliseconds