Searched defs:vrtc (Results 1 – 2 of 2) sorted by relevance
87 struct vrtc { struct88 struct vm *vm;89 kmutex_t lock;90 struct callout callout;96 uint8_t addr;126 #define VRTC_LOCK(vrtc) mutex_enter(&((vrtc)->lock)) argument127 #define VRTC_UNLOCK(vrtc) mutex_exit(&((vrtc)->lock)) argument128 #define VRTC_LOCKED(vrtc) MUTEX_HELD(&((vrtc)->lock)) argument196 rtc_halted(const struct vrtc *vrtc) in rtc_halted()237 vrtc_update_enabled(const struct vrtc *vrtc) in vrtc_update_enabled()[all …]
202 struct vrtc *vrtc; /* (o) virtual RTC */ member