Searched defs:vrtc (Results 1 – 2 of 2) sorted by relevance
99 struct vrtc { struct100 struct vm *vm;101 kmutex_t lock;102 struct callout callout;108 uint8_t addr;138 #define VRTC_LOCK(vrtc) mutex_enter(&((vrtc)->lock)) argument139 #define VRTC_UNLOCK(vrtc) mutex_exit(&((vrtc)->lock)) argument140 #define VRTC_LOCKED(vrtc) MUTEX_HELD(&((vrtc)->lock)) argument208 rtc_halted(const struct vrtc *vrtc) in rtc_halted()249 vrtc_update_enabled(const struct vrtc *vrtc) in vrtc_update_enabled()[all …]
205 struct vrtc *vrtc; /* (o) virtual RTC */ member