Searched refs:vrtc (Results 1 – 3 of 3) sorted by relevance
41 #define domain_vrtc(x) (&(x)->arch.hvm_domain.pl_time->vrtc)43 #define vrtc_domain(x) (container_of(x, struct pl_time, vrtc)->domain)701 struct RTCState *vrtc = vcpu_vrtc(current); in handle_rtc_io() local712 if ( rtc_ioport_write(vrtc, port, (uint8_t)*val) ) in handle_rtc_io()715 else if ( vrtc->hw.cmos_index < RTC_CMOS_SIZE ) in handle_rtc_io()717 *val = rtc_ioport_read(vrtc, port); in handle_rtc_io()
542 spin_lock(&pl_time->vrtc.lock); in pt_adjust_global_vcpu_target()543 pt_adjust_vcpu(&pl_time->vrtc.pt, v); in pt_adjust_global_vcpu_target()544 spin_unlock(&pl_time->vrtc.lock); in pt_adjust_global_vcpu_target()575 pt_resume(&d->arch.hvm_domain.pl_time->vrtc.pt); in pt_may_unmask_irq()
132 struct RTCState vrtc; member
Completed in 5 milliseconds