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

/freebsd-13-stable/sys/amd64/vmm/io/
H A Dvrtc.c77 struct vrtc { struct
129 update_enabled(struct vrtc *vrtc) argument
150 vrtc_curtime(struct vrtc *vrtc, sbintime_t *basetime) argument
182 secs_to_rtc(time_t rtctime, struct vrtc *vrtc, int force_update) argument
283 rtc_to_secs(struct vrtc *vrtc) argument
401 vrtc_time_update(struct vrtc *vrtc, time_t newtime, sbintime_t newbase) argument
480 vrtc_freq(struct vrtc *vrtc) argument
525 vrtc_callout_reset(struct vrtc *vrtc, sbintime_t freqsbt) argument
545 struct vrtc *vrtc = arg; local
582 vrtc_callout_check(struct vrtc *vrtc, sbintime_t freq) argument
593 vrtc_set_reg_c(struct vrtc *vrtc, uint8_t newval) argument
631 vrtc_set_reg_b(struct vrtc *vrtc, uint8_t newval) argument
707 vrtc_set_reg_a(struct vrtc *vrtc, uint8_t newval) argument
755 struct vrtc *vrtc; local
776 struct vrtc *vrtc; local
791 struct vrtc *vrtc; local
818 struct vrtc *vrtc; local
851 struct vrtc *vrtc; local
874 struct vrtc *vrtc; local
969 vrtc_reset(struct vrtc *vrtc) argument
986 struct vrtc *vrtc; local
1020 vrtc_cleanup(struct vrtc *vrtc) argument
1029 vrtc_snapshot(struct vrtc *vrtc, struct vm_snapshot_meta *meta) argument
[all...]
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm.c163 struct vrtc *vrtc; /* (o) virtual RTC */ member in struct:vm

Completed in 50 milliseconds