Searched defs:vrtc (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/amd64/vmm/io/ |
H A D | vrtc.c | 86 #define VRTC_LOCK(vrtc) mtx_lock(&((vrtc)->mtx)) argument 87 #define VRTC_UNLOCK(vrtc) mtx_unlock(&((vrtc)->mtx)) argument 100 #define rtc_halted(vrtc) ((vrtc argument 75 struct vrtc { global() struct 85 VRTC_LOCK(vrtc) global() argument 99 rtc_halted(vrtc) global() argument 101 pintr_enabled(vrtc) global() argument 102 uintr_enabled(vrtc) global() argument 127 update_enabled(struct vrtc * vrtc) update_enabled() argument 148 vrtc_curtime(struct vrtc * vrtc,sbintime_t * basetime) vrtc_curtime() argument 180 secs_to_rtc(time_t rtctime,struct vrtc * vrtc,int force_update) secs_to_rtc() argument 281 rtc_to_secs(struct vrtc * vrtc) rtc_to_secs() argument 400 vrtc_time_update(struct vrtc * vrtc,time_t newtime,sbintime_t newbase) vrtc_time_update() argument 477 vrtc_freq(struct vrtc * vrtc) vrtc_freq() argument 522 vrtc_callout_reset(struct vrtc * vrtc,sbintime_t freqsbt) vrtc_callout_reset() argument 542 struct vrtc *vrtc = arg; vrtc_callout_handler() local 579 vrtc_callout_check(struct vrtc * vrtc,sbintime_t freq) vrtc_callout_check() argument 590 vrtc_set_reg_c(struct vrtc * vrtc,uint8_t newval) vrtc_set_reg_c() argument 628 vrtc_set_reg_b(struct vrtc * vrtc,uint8_t newval) vrtc_set_reg_b() argument 704 vrtc_set_reg_a(struct vrtc * vrtc,uint8_t newval) vrtc_set_reg_a() argument 752 struct vrtc *vrtc; vrtc_set_time() local 773 struct vrtc *vrtc; vrtc_get_time() local 788 struct vrtc *vrtc; vrtc_nvram_write() local 815 struct vrtc *vrtc; vrtc_nvram_read() local 847 struct vrtc *vrtc; vrtc_addr_handler() local 869 struct vrtc *vrtc; vrtc_data_handler() local 964 vrtc_reset(struct vrtc * vrtc) vrtc_reset() argument 981 struct vrtc *vrtc; vrtc_init() local 1015 vrtc_cleanup(struct vrtc * vrtc) vrtc_cleanup() argument 1025 vrtc_snapshot(struct vrtc * vrtc,struct vm_snapshot_meta * meta) vrtc_snapshot() argument [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12-common.dtsi | 2012 vrtc: rtc@a8 { global() label
|
/freebsd-src/sys/amd64/vmm/ |
H A D | vmm.c | 169 struct vrtc *vrtc; /* (o) virtual RTC */ global() member
|